.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.w1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.w1375 {
    width: 100%;
    max-width: 1375px;
    margin: 0 auto;
}
.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/*当浏览器的宽度大于1260px的时候。*/
@media (min-width: 1260px) {
    header {
        height: 0;
    }

    header.headerbgm .headfixed {
        background: none;
        box-shadow: 0 1px 4px 1px transparent;
    }
    header.headerbgm .headfixed .menu-list > ul > li > a,
    header.headerbgm .headfixed .mobile-nav-box > ul > li > a {
        color: #fff;
    }
    header.headerbgm .headfixed .btn-login,
    header.headerbgm .headfixed .btn-search {
        background: #ffffff;
    }
    header.headerbgm .headfixed .btn-login a,
    header.headerbgm .headfixed .btn-login span {
        color: #666666;
    }
    header.headerbgm .headfixed .header-button {
        background: url(../images/index/in-ssicon.png) no-repeat center center;
    }
    header.headerbgm .headfixed .btn-login a:hover {
        color: #f25c19;
    }
    header.headerbgm .headfixed .logo1 {
        /* display: block; */
    }
    .headfixed.headfixed2 .logo1{
        display: none;
    }
    header.headerbgm .headfixed .logo {
        display: block;
    }
    header.headerbgm .headfixed2 .logo1 {
        display: block;
    }

    .headfixed .menu-list > ul > li:nth-child(5) .nav-two{
        width: 10%;
        left: 80.2%;
        transform: translateX(-80.2%);
    }
    .headfixed .menu-list > ul > li:nth-child(5) .nav-two .nav-two-a{
        flex-direction: column;
        float: initial;
        text-align: center;
        width: 100%;
    }
    .headfixed .menu-list > ul > li:nth-child(5) .nav-two .nav-two-a .nav-two-div{
        width: 100%;
    }
    .headfixed .menu-list > ul > li:nth-child(5) .nav-two .nav-two-a .nav-two-div .navpic-xt{
        width: 100%;
        margin-left: 15%;
        background-size: 100% 100%;
    }
}
.btn-phone,
.full-main-nav {
    display: none;
}
.headfixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 1);
    padding: 0px 30px;
    box-shadow: 0 1px 4px 1px #f1f1f1;
    transition: all 0.5s;
}
.headfixed1 {
    background: #ffffff;
}

.headfixed > div {
    align-items: center;
    overflow: hidden;
}

.headfixed .logo,
.headfixed .logo1 {
    max-width: 136px;
    max-height: 32px;
    overflow: hidden;
}
.headfixed .logo1 {
    display: none;
}
.headfixed .menu-list {
    width: 50%;
    align-items: center;
}

.headfixed .menu-list > ul {
    width: 74%;
}

.headfixed .menu-list > ul > li > a,
.headfixed .mobile-nav-box > ul > li > a {
    font-size: 14px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: #333;
    padding: 30px 0;
}
.headfixed .menu-list > ul > li > a {
    position: relative;
}
.headfixed .menu-list > ul > li > a::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #f25c19;
    transform: scaleX(0);
    transition: 0.5s ease-in-out;
}
.headfixed .menu-list > ul > li:hover > a:after,
.headfixed .menu-list > ul > li.on > a:after {
    opacity: 1;
    transform: scaleX(1);
}
.headfixed .menu-list > ul > li:hover > a,
.headfixed .menu-list > ul > li.on > a,
.headfixed .menu-list .nav-two .nav-two-a .nav-two-nav:hover {
    color: #eb6400;
}
.headfixed1 .menu-list > ul > li > a {
    color: #333 !important;
}
.headfixed .mobile-nav-box ul li {
    width: 100%;
    padding: 8px 0px;
    border-bottom: 1px solid rgb(221, 221, 221);
}
.headfixed .mobile-nav-box > ul li a {
    color: #716b61;
    line-height: 30px;
    text-align: left;
}
.headfixed1 .mobile-nav-box ul li a {
    color: #282828;
}

.headfixed .btn-list {
    width: 26%;
    margin: 0 auto;
    text-align: center;
}
.headfixed .btn-list .btn-right {
    width: 100%;
}
.headfixed .btn-menu {
    margin: 0 auto;
    display: none;
}

.headfixed .btn-menu .mobile-nav {
    color: #ffffff;
    font-size: 13px;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.header-menu-list .nav > li.on > a,
.header-menu-list .nav > li.on > a > p,
.header-menu-list .nav > li:hover > a,
.header-menu-list .nav > li:hover > a > p {
    color: #fbc700;
}

input::-webkit-input-placeholder {
    /* 修改字体颜色 */
    /* color: #fff; */
    /* 修改字号，默认继承input */
    font-size: 12px;
}

.headfixed .toggle-btn {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
}

.headfixed .toggle-btn span {
    width: 26px;
    height: 2px;
    background: #f25c19;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.headfixed1 .toggle-btn span {
    background: #fff;
}

.headfixed .toggle-btn span:first-child {
    top: 10px;
}

.headfixed .toggle-btn span:nth-child(2) {
    top: 62%;
    width: 80%;
}

.headfixed .toggle-btn span:last-child {
    bottom: 1px;
}

.headfixed .toggle-btn.cur span:first-child {
    -webkit-transform: translate(-50%, 7px) rotate(45deg);
    -ms-transform: translate(-50%, 7px) rotate(45deg);
    -o-transform: translate(-50%, 7px) rotate(45deg);
    transform: translate(-50%, 7px) rotate(45deg);
}

.headfixed .toggle-btn.cur span:nth-child(2) {
    opacity: 0;
}

.headfixed .toggle-btn.cur span:last-child {
    -webkit-transform: translate(-50%, -3px) rotate(-45deg);
    -ms-transform: translate(-50%, -3px) rotate(-45deg);
    -o-transform: translate(-50%, -3px) rotate(-45deg);
    transform: translate(-50%, -3px) rotate(-45deg);
}

.mobile-nav-box {
    position: fixed;
    top: 70px;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    padding: 0 0 60px 0;
    border-top: 1px solid rgb(221, 221, 221);
    display: none;
}
.headfixed .mobile-nav-box > ul > li > h3 {
    position: relative;
    padding: 0 30px;
}
.headfixed .mobile-nav-box .head-subnav {
    width: 100%;
    display: none;
    padding: 8px 40px;
    background: #f5f5f5;
}
.headfixed .mobile-nav-box .head-subnav .link-tit {
    text-align: left;
    position: relative;
}
.headfixed .mobile-nav-box .head-subnav .link-tit a {
    width: 100%;
    line-height: 45px;
    text-align: left;
    font-size: 15px;
    color: #333;
    display: block;
}
.headfixed .mobile-nav-box > ul > li > h3 > a {
    font-size: 16px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    color: #333;
    text-align: left;
}

.headfixed .mobile-nav-box .head-suba > a,
.headfixed .mobile-nav-box .head-subnav > a {
    font-size: 14px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    color: #333;
    text-align: left;
    padding: 0 15px;
}
.headfixed1 .mobile-nav-box > ul > li > h3 > i,
.headfixed .mobile-nav-box > ul > li > h3 > i,
.headfixed1 .mobile-nav-box .link-tit > i,
.headfixed .mobile-nav-box .link-tit > i {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    width: 80px;
}
.headfixed1 .mobile-nav-box .link-tit > i,
.headfixed .mobile-nav-box .link-tit > i {
    right: -10px;
}
.headfixed1 .mobile-nav-box > ul > li > h3 > i::before,
.headfixed .mobile-nav-box > ul > li > h3 > i::before,
.headfixed1 .mobile-nav-box .link-tit > i::before,
.headfixed .mobile-nav-box .link-tit > i::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    width: 10px;
    height: 10px;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-login,
.headfixed1 .btn-login {
    width: 136px;
    height: 37px;
    background-color: #f25c19;
    border-radius: 19px;
}
.headfixed1 .btn-login {
    background-color: #f25c19 !important;
    color: #fff !important;
}
.headfixed1 .btn-login a {
    color: #fff !important;
}
.btn-login a,
.btn-login span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 37px;
    /* width: 37px; */
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}
.btn-login a:hover {
    color: #000;
}
/* 搜素按钮  */
.btn-search,
.headfixed1 .btn-search {
    width: 37px;
    height: 37px;
    background-color: #f25c19;
    border-radius: 50%;
    margin-left: 20px;
}
.headfixed1 .btn-search {
    background-color: #f25c19 !important;
}
.header-button,
.headfixed1 .header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    background: url(../images/index/in-ssicon1.png) no-repeat center center;
    border: none;
    cursor: pointer;
}
.headfixed1 .header-button {
    background: url(../images/index/in-ssicon1.png) no-repeat center center !important;
}
#toggle-search.open:after {
    top: 40px;
    color: #ffffff;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 98%;
    right: 30px;
    width: 20%;
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
}

#search-form.open {
    max-height: 60px;
    border: 1px solid #f1f1f1;
}

#search-form fieldset {
    position: relative;
    margin: 0 60px 0 0;
    padding: 0;
    border: none;
    z-index: 9;
    width: 85%;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 60px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: #ffffff;
    border: none;
    color: #f25c19;
    z-index: 9;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: url(../images/index/in-ssicon1.png) no-repeat center #f25c19;
    border: none;
    cursor: pointer;
    z-index: 11;
}
@media (min-width: 1200px) {
    .phone {
        display: none;
    }
}
/*二级导航*/
.headfixed .menu-list .nav-two {
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 10;
    background: url(../images/index/in-xlbgm.jpg) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    /* height: 346px; */
    overflow: hidden;
    display: none;
    padding: 50px 0px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.07), 0 2px 5px rgba(0, 0, 0, 0.07);
}
.headfixed .menu-list .nav-two1 {
    width: 10%;
    left: 88%;
    text-align: center;
}
.headfixed .menu-list .nav-two .nav-two-a {
    width: 58%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    float: right;
}
.headfixed .menu-list .nav-two1 .nav-two-a {
    width: 100%;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div {
    width: 35.7%;
    margin: 1% 0;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div .nav-pic {
    max-width: 23px;
    max-height: 23px;
    display: inline-block;
    vertical-align: middle;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div .nav-pic img {
    display: inline-block;
    vertical-align: middle;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div dl dt {
    margin-bottom: 15px;
    vertical-align: middle;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div dl dt a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div .navpic-xt {
    width: 177px;
    height: 1px;
    background: url(../images/index/in-picxt.png) no-repeat center center;
    margin-top: 20px;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div dl dd {
    position: relative;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div dl dd a {
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    position: relative;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div dl dd a::before {
    content: "";
    width: 3px;
    height: 3px;
    background: #999999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-nav {
    display: block;
    line-height: 33px;
    font-size: 14px;
    color: #333333;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div dl dd a:hover {
    color: #f25c19;
}
.headfixed .menu-list .nav-two .nav-two-a .nav-two-div dl dd a:hover:before {
    background: #f25c19;
}
/* mainer */
.mainer .banner {
    position: relative;
}
.mainer .banner .banner-img img {
    width: 100%;
    margin: 0 auto;
}
.mainer .banner .banner-font{
    position: absolute;
    top: 41%;
    left: 0%;
    right: 0;
    margin: auto;
}
.mainer .banner .banner-font p{
    font-size: 18px;
    color: #ffffff;
    font-family: "思源黑体";
    text-align: center;
}
.mainer .banner .banner-font h3{
    font-size: 40px;
    color: #ffffff;
    font-family: "思源黑体";
    text-align: center;
    font-weight: lighter;
    margin-top: 10px;
}
.banner-left {
    width: 200px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
.banner-left > p {
    font-size: 13px;
    letter-spacing: 3px;
    color: #828282;
    writing-mode: tb-rl;
    padding: 0 93px;
    position: absolute;
    bottom: 196px;
    font-family: "Adobe 黑体 Std";
}
.banner-left .banner-left-line {
    width: 1px;
    height: 135px;
    background-color: #cccccc;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    overflow: hidden;
}
.banner-left .banner-left-line::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background-color: #f25c19;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-animation: mouse both ease-in 3s infinite;
    -o-animation: mouse both ease-in 3s infinite;
    animation: mouse both ease-in 3s infinite;
    /* -webkit-animation: anim1 3s ease-out infinite; */
}
@-webkit-keyframes mouse {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(110px);
        transform: translateY(110px);
    }
    100% {
        -webkit-transform: translateY(-110px);
        transform: translateY(-110px);
    }
}

@-o-keyframes mouse {
    0% {
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(110px);
        -o-transform: translateY(110px);
        transform: translateY(110px);
    }
    100% {
        -webkit-transform: translateY(-110px);
        -o-transform: translateY(-110px);
        transform: translateY(-110px);
    }
}

@keyframes mouse {
    0% {
        -webkit-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(110px);
        -o-transform: translateY(110px);
        transform: translateY(110px);
    }
    100% {
        -webkit-transform: translateY(-110px);
        -o-transform: translateY(-110px);
        transform: translateY(-110px);
    }
}
@-webkit-keyframes anim1 {
    0% {
        bottom: 110px;
        opacity: 1;
    }
    50% {
        bottom: -100px;
        opacity: 1;
    }
    75% {
        bottom: -110px;
        opacity: 0;
    }
    100% {
        bottom: 50px;
        opacity: 0;
    }
}
.banner-img .gallery-thumbs {
    width: 28%;
    margin-left: 180px;
    z-index: 5;
}
.banner-img .gallery-thumbs .swiper-slide {
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}
.banner-img .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #c3c3c3;
}
.banner-img .gallery-thumbs .swiper-slide .swiper-img-bgm {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.banner-img .gallery-thumbs .swiper-slide-thumb-active .swiper-img-bgm {
    background: rgba(255, 255, 255, 0);
}
.banner-img .gallery-thumbs .swiper-slide .swiper-img,
.banner-img .gallery-thumbs .swiper-slide .swiper-img img {
    width: 100%;
}
.banner-img .swiper-font-h3{
    position: absolute;
    top: 270px;
    left: 320px;
}
.banner-img .swiper-font-h3 h3{
    color: #fff;
    font-size: 44px;
    font-family: "思源黑体";
    color: #fff;
    letter-spacing: 8px;
    line-height: 65px;
}
.banner-img .swiper-font-h3 h3 span{
    color: #f25c19;
    font-weight: bold;
}
.banner-img .swiper-font-h4{
    position: absolute;
    top: 520px;
    left: 320px;
}
.banner-img .swiper-font-h4 h4{
    font-size: 20px;
    font-family: "思源黑体";
    color: #fff;
}
.banner-img .gallery-thumbs .swiper-slide:last-child {
    margin-right: 0px !important;
}
.banner-img .gallery-thumbs {
    position: absolute !important;
    bottom: 50px !important;
}
.banner-img .gallery-top {
    height: 950px;
}
.banner-img .gallery-top .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.banner-img .gallery-top .swiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}
.banner-img .gallery-top .swiper-img img {
    width: 100%;
    height: 100%;
}
.banner-img .gallery-top .swiper-video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
}
.banner-img .gallery-top .swiper-video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-img .swiper-button {
    width: 220px;
    height: 90px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 2;
    align-items: center;
}
.banner-img .swiper-button .swiper-pagination {
    color: #afafaf;
    font-size: 12px;
}
.banner-img .swiper-button .swiper-pagination .swiper-pagination-current {
    color: #333333;
}
.banner-img .gallery-top .swiper-button-prev:after,
.banner-img .gallery-top .swiper-container-rtl .swiper-button-next:after,
.banner-img .gallery-top .swiper-button-next:after,
.banner-img .gallery-top .swiper-container-rtl .swiper-button-prev:after,
.insolutionView .swiper-button-next:after,
.insolutionView .swiper-container-rtl .swiper-button-prev:after,
.insolutionView .swiper-button-prev:after,
.insolutionView .swiper-container-rtl .swiper-button-next:after,
.al-list .al-list-swiper .swiper-button-next:after,
.al-list .al-list-swiper .swiper-container-rtl .swiper-button-prev:after,
.al-list .al-list-swiper .swiper-button-prev:after,
.al-list .al-list-swiper .swiper-container-rtl .swiper-button-next:after,
.xw-list .swiper-button-next:after,
.xw-list .xw-swiper-list .swiper-container-rtl .swiper-button-prev:after,
.xw-list .xw-swiper-list .swiper-button-prev:after,
.xw-list .xw-swiper-list .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.banner-img .gallery-top .swiper-button-next,
.banner-img .gallery-top .swiper-button-prev {
    width: 80px !important;
    height: 43px !important;
    top: 50%;
    padding-bottom: 40px;
    /* border: 1px solid #000; */
    background: url(../images/index/in-next.png) no-repeat center right;
    border-bottom: 2px solid #eeeeee;
    z-index: 5;
}
.banner-img .gallery-top .swiper-button-prev {
    width: 80px !important;
    height: 43px !important;
    background: url(../images/index/in-hprev.png) no-repeat center left;
    border-bottom: 2px solid #000000;
}
.banner-img .gallery-top .swiper-button-next:hover {
    background: url(../images/index/in-hnext.png) no-repeat center right;
}
.banner-img .gallery-top .swiper-button-prev:hover {
    background: url(../images/index/in-hprev.png) no-repeat center left;
}
.banner-img .gallery-top .swiper-container-horizontal > .swiper-pagination-bullets,
.banner-img .gallery-top .swiper-pagination-custom,
.banner-img .gallery-top .swiper-pagination-fraction {
    width: auto !important;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
.banner-img .gallery-top .swiper-button-next,
.banner-img .gallery-top .swiper-container-rtl .swiper-button-prev {
    right: 30px;
    left: auto;
}
.banner-img .gallery-top .swiper-button-prev,
.banner-img .gallery-top .swiper-container-rtl .swiper-button-next {
    left: 30px;
    right: auto;
}
.tit-h3 h3 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 70px;
}
/* 产品优势 */
.pro-list {
    width: 100%;
    position: relative;
    padding: 100px 0 70px 0;
}
.pro-list .pro-img {
    /* max-width: 660px;
    max-height: 660px; */
    overflow: hidden;
    position: relative;
}
.pro-list .pro-img,
.pro-list .pro-img img {
    margin: 0 auto;
}
.pro-list .pro-ul li {
    /* min-width: 300px; */
    position: absolute;
    top: 150px;
}

.pro-list .pro-ul li:nth-child(3),
.pro-list .pro-ul li:nth-child(4) {
    top: 460px;
}
.pro-list .pro-ul li:nth-child(odd) {
    text-align: right;
    left: 19.27%;
}
.pro-list .pro-ul li:nth-child(3){
    left: 22%;
}
.pro-list .pro-ul li:nth-child(even) {
    text-align: left;
    right:  22%;
}
.pro-list .pro-ul li .pro-ul-icon {
    max-width: 60px;
    max-height: 60px;
    overflow: hidden;
}
.pro-list .pro-ul li:nth-child(odd) .pro-ul-icon {
    position: absolute;
    right: 0;
}
.pro-list .pro-ul li:nth-child(even) .pro-ul-icon {
    position: absolute;
    left: 0;
}
.pro-list .pro-ul li:nth-child(odd) .pro-ul-hicon {
    position: absolute;
    right: 0;
}
.pro-list .pro-ul li:nth-child(even) .pro-ul-hicon {
    position: absolute;
    left: 0;
}
.pro-list .pro-ul li .pro-ul-font {
    margin-top: 80px;
}
.pro-list .pro-ul li .pro-ul-font h3 {
    font-size: 18px;
    line-height: 24px;
    color: #828282;
}
.pro-list .pro-ul li .pro-ul-font p {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}
/* 解决方案 */
.insolution {
    position: relative;
    overflow: hidden;
}
.insolution .tit-h3 {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    color: #fff;
}
.insolution .tit-h3 h3 {
    color: #fff;
}
.insolutionTxt {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
}

.insolutionTxt h3 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.insolutionConItem {
    display: none;
}

.insolutionConItem:first-child {
    display: block;
}

.insolutionConItem h2 {
    font-weight: bold;
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 8px;
}

.insolutionConItem .desc {
    font-size: 14px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.insolutionPic {
    position: relative;
}

.insolutionPic::after {
    content: "";
    display: block;
    padding-bottom: 375px;
}

.insolutionPic .hgyPimg::after {
    padding-bottom: 375px;
}

.insolutionPicItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.insolutionPicItem:first-child {
    display: block;
}
.hgyPimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 100%;
    width: auto;
    height: 100%;
}
.insolutionView {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.insolutionView::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.insolutionView::before {
    bottom: 250px;
}

.insolutionView .commonweb1400 {
    height: 100%;
}

.insolutionSwiper {
    height: 100%;
    overflow: hidden;
}

.insolutionSwiper .swiper-slide.cur .word,
.insolutionSwiper .swiper-slide:hover .word {
    padding-bottom: 135px;
}

.insolutionSwiper .swiper-slide.cur .cont,
.insolutionSwiper .swiper-slide:hover .cont {
    padding-top: 32px;
}

.insolutionSwiper .swiper-slide.cur .en,
.insolutionSwiper .swiper-slide:hover .en {
    color: #fff;
}

.insolutionSwiper .swiper-slide.cur .insolutionSwiperItem::after,
.insolutionSwiper .swiper-slide:hover .insolutionSwiperItem::after {
    height: 100%;
    opacity: 1;
}

.insolutionSwiperItem {
    position: relative;
    display: block;
    height: 100%;
    z-index: 2;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.insolutionSwiperItem::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: url(../images/index/in-faswbgm.png) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.insolutionSwiperItem .word {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 70px;
    color: #fff;
    text-align: center;
    padding-bottom: 180px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.insolutionSwiperItem .word {
    padding-bottom: 56px;
}
.insolutionSwiperItem .icon {
    max-width: 82px;
    max-height: 60px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.insolutionSwiperItem .icon img {
    margin: 0 auto;
}

.insolutionSwiperItem .cont {
    padding-top: 32px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.insolutionSwiperItem .zh {
    font-size: 18px;
    line-height: 20px;
    position: relative;
}
.insolutionSwiperItem .zh::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #fff;
    bottom: -30px;
}
.insolutionSwiperItem .zh::after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    background: url(../images/index/in-fapicicon.png) no-repeat center center;
    display: none;
}
.insolutionSwiperItem .zh {
    margin-bottom: 60px;
}
.insolutionSwiperItem .en {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 115px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 48px;
}
.insolutionView .cont .more {
    width: 178px;
    height: 55px;
    background-color: #ffffff;
    border-radius: 28px;
    text-align: center;
    font-size: 14px;
    line-height: 55px;
    color: #f25c19;
    display: none;
    bottom: 0px;
    margin: 0 auto;
}
.insolutionSwiper .swiper-slide.cur .cont .more {
    display: block;
}
.insolutionSwiper .swiper-slide.cur .insolutionSwiperItem .zh {
    margin-bottom: 30px;
}
.insolutionSwiper .swiper-slide.cur .word::before {
    bottom: 380px;
}
.insolutionSwiper .swiper-slide.cur .insolutionSwiperItem .zh {
    margin-bottom: 60px;
}
.insolutionSwiper .swiper-slide.cur .insolutionSwiperItem .zh::after {
    display: block;
    bottom: -175px;
}
@media (min-width: 1260px) {
    .insolutionTxt h3 {
        margin-bottom: 18px;
    }
    .insolutionConItem h2 {
        font-size: 50px;
        margin-bottom: 42px;
    }
    .insolutionConItem .desc {
        font-size: 16px;
        line-height: 30px;
    }
    .insolutionPic::after {
        padding-bottom: 820px;
    }
    .insolutionPic .hgyPimg::after {
        padding-bottom: 820px;
    }
}
@media (min-width: 1460px) {
    .insolutionTxt {
        top: 130px;
    }
    .insolutionPic::after {
        padding-bottom: 902px;
    }
    .insolutionPic .hgyPimg::after {
        padding-bottom: 902px;
    }
}
.insolutionView .swiper-button-next,
.insolutionView .swiper-button-prev {
    width: 11px !important;
    height: 19px !important;
    top: 73.5%;
    background: url(../images/index/in-next2.png) no-repeat center right;
    z-index: 10;
}
.insolutionView .swiper-button-prev {
    background: url(../images/index/in-prev2.png) no-repeat center left;
}
/* 成功案例 */
.al-list {
    padding: 120px 0 0px 0px;
    position: relative;
    min-height: 830px;
    overflow: hidden;
}
.al-list .al-list-swiper {
    position: relative;
}
.tit-h3 h3 {
    margin-bottom: 35px;
}
.al-list .swiper-container {
    height: 100%;
    padding-bottom: 105px;
}
.al-list .al-list-swiper .swiper-slide {
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
}
.al-list .al-list-swiper .swiper-slide:nth-child(odd) {
    margin-top: 66px;
}
.al-list .al-list-swiper .swiper-img {
    max-width: 285px;
    max-height: 285px;
    overflow: hidden;
    position: relative;
}
.al-list .al-list-swiper .swiper-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.al-list .al-list-swiper .swiper-slide:hover .swiper-img img {
    transform: scale(1.1);
}
.al-list .al-list-swiper .swiper-img-font {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 0 18px;
    font-family: "Montserrat";
    transition: all 0.5s;
}
.al-list .al-list-swiper .swiper-font {
    font-family: "Montserrat";
    transition: all 0.5s;
    padding: 0 18px;
    color: #ffffff;
}
.al-list .al-list-swiper .swiper-img-font h3,
.al-list .al-list-swiper .swiper-font h3,
.al-list .al-list-swiper .swiper-img h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    transition: all 0.5s;
}
.al-list .al-list-swiper .swiper-font h3 {
    color: #fff;
    margin-top: -40px;
    margin-bottom: 15px;
    z-index: 9;
    position: relative;
    opacity: 1;
}
.al-list .al-list-swiper .swiper-font p {
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    transition: all 0.5s;
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    opacity: 0;
}
.al-list .al-list-swiper .swiper-font .more {
    width: 100px;
    align-items: center;
    margin-top: 20px;
    transition: all 0.5s;
    padding-bottom: 35px;
    opacity: 0;
}
.al-list .al-list-swiper .swiper-font .more span {
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    display: inline-block;
    vertical-align: middle;
}
.al-list .al-list-swiper .swiper-font .more > img {
    max-width: 19px;
    max-height: 8px;
    display: inline-block;
    vertical-align: middle;
}
.al-list .al-list-swiper .swiper-slide:hover .swiper-font h3 {
    margin-top: 20px;
    color: #000;
    opacity: 1;
}
.al-list .al-list-swiper .swiper-slide:hover .swiper-font,
.al-list .al-list-swiper .swiper-slide:hover .swiper-font .more,
.al-list .al-list-swiper .swiper-slide:hover .swiper-font p {
    opacity: 1;
}
.al-list .al-list-swiper .swiper-slide:hover .swiper-img h3 {
    opacity: 0;
}
.al-list .al-list-swiper .swiper-slide:hover {
    border: 2px solid #f25c19;
    background: #ffffff;
    -webkit-box-shadow: 0px 38px 60px -33px rgba(242, 92, 25, 0.3);
    -moz-box-shadow: 0px 38px 60px -33px rgba(242, 92, 25, 0.3);
    box-shadow: 0px 38px 60px -33px rgba(242, 92, 25, 0.3);
}
.al-list .al-list-swiper .swiper-button-next,
.al-list .al-list-swiper .swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    border-radius: 4px;
    border: solid 1px #dddddd;
    top: 180px;
    cursor: pointer;
    opacity: 1 !important;
    background: url(../images/index/in-next1.png) #ffffff no-repeat center center;
}
.al-list .al-list-swiper .swiper-button-prev {
    background: url(../images/index/in-prev1.png) #ffffff no-repeat center center;
}
.al-list .al-list-swiper .swiper-button-prev:hover {
    background: url(../images/index/in-hprev1.png) #f25c19 no-repeat center center;
    border: solid 1px #f25c19;
}
.al-list .al-list-swiper .swiper-button-next:hover {
    background: url(../images/index/in-hnext1.png) #f25c19 no-repeat center center;
    border: solid 1px #f25c19;
}
/* 关于我们 */
.about-list {
    position: relative;
    padding: 100px 0;
}
.about-list .about-gs-list {
    align-items: center;
}
.about-list .about-gs-font {
    width: 58%;
    padding-right: 70px;
}
.about-list .about-gs-font h4 {
    font-size: 16px;
    line-height: 42px;
    color: #333333;
}
.about-list .about-gs-font h3 {
    font-family: "思源黑体";
    font-size: 40px;
    line-height: 46px;
    color: rgb(247, 150, 70);
    font-weight: bold;
}
.about-list .about-gs-p {
    margin-top: 25px;
}
.about-list .about-gs-p,
.about-list .about-gs-p p {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
}
.about-list .about-gs-p p {
    margin-top: 20px;
}
.about-list .about-ry-bgm {
    position: relative;
}
.about-list .about-gs-img {
    width: 42%;
    position: relative;
    cursor: pointer;
}
.about-list .about-gs-img .about-img-info img {
    margin: 0 auto;
    position: relative;
}
.about-list .about-ry-tit {
    position: absolute;
    top: 60px;
    left: 80px;
}
.about-list .about-ry-tit h3 {
    font-family: "思源黑体";
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #ffffff;
}
.about-list .about-ry-tit p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.5;
    margin-top: 10px;
}
.about-list .about-ry-line {
    width: 36px;
    height: 4px;
    background-color: #f15c18;
    display: block;
    margin-top: 30px;
}
/* 发展历程 */
.about-lc {
    position: relative;
    margin-top: 100px;
    /* padding: 100px 0; */
}
.about-lc .product-tit {
    z-index: 5;
    color: #ffffff !important;
    position: relative;
}
.about-lc .about-lc-swiper {
    max-height: 855px;
    position: relative;
}
.about-lc .about-lc-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.about-lc .about-lc-list {
    width: 100%;
    position: relative;
}
.about-lc .about-lc-time {
    font-family: "Myriad Pro";
    font-size: 70px;
    line-height: 20px;
    letter-spacing: -2px;
    color: #ffffff;
    writing-mode: vertical-lr;
    width: 13%;
}
.about-lc .swiper-container {
    padding: 100px 0px 300px 0px;
    width: 100%;
}
.about-lc .gallery-thumbs {
    padding-bottom: 0px;
}
.about-lc .swiper-slide {
    width: 100%;
    padding: 0 20px;
}
.about-lc .sbout-lc-ul {
    width: 87%;
}
.about-lc .sbout-lc-ul li span {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 42px;
    color: #ffa650;
    text-align: right;
    font-family: "Adobe 黑体 Std";
}
.about-lc .sbout-lc-ul li p {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-family: "Adobe 黑体 Std";
    line-height: 42px;
    color: #ffffff;
    padding-left: 30px;
}
.about-lc .gallery-thumbs {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
}
.about-lc .gallery-thumbs .swiper-slide {
    width: 280px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.about-lc .gallery-thumbs .swiper-slide::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    opacity: 0.4;
    position: absolute;
    top: -4px;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.about-lc .gallery-thumbs .swiper-slide-thumb-active:before {
    width: 25px;
    height: 55px;
    position: absolute;
    top: -47px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/about/co-cur.png) no-repeat center center;
}
.about-lc .gallery-thumbs .swiper-slide::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffa650;
}
.about-lc .gallery-thumbs .swiper-slide-thumb-active::after {
    width: 100%;
    /* -webkit-animation: width1 6s linear;
    animation: width1 6s linear; */
}
/* @keyframes width1 {
    from {
      width: 0%;
    }
    to {
      width: 100%;
    }
  }
  @keyframes width1 {
    from {
      width: 0%;
    }
    to {
      width: 100%;
    }
  } */
.about-lc .gallery-thumbs .about-time {
    font-size: 16px;
    font-family: "Montserrat";
    line-height: 48px;
    letter-spacing: -1px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.about-lc .gallery-thumbs .swiper-button-next,
.about-lc .gallery-thumbs .swiper-button-prev {
    width: 7px;
    height: 11px;
    position: absolute;
    top: 79%;
    right: -1px;
    z-index: 9;
    background: url(../images/about/co-fznext.png) no-repeat center center;
    cursor: pointer;
    opacity: 1;
}
.about-lc .gallery-thumbs .swiper-button-prev {
    background: url(../images/about/co-fzprev.png) no-repeat center center;
    left: -1px;
    opacity: 1;
}
.about-lc .gallery-thumbs .swiper-button-next:after,
.about-lc .gallery-thumbs .swiper-container-rtl .swiper-button-prev:after,
.about-lc .gallery-thumbs .swiper-button-prev:after,
.about-lc .gallery-thumbs .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
/* 公司荣誉 */
.about-ry {
    padding-top: 100px;
    position: relative;
}
.about-ry .about-ry-swiper {
    width: 100%;
    position: relative;
}
.about-ry .swiper16 {
    width: 80%;
    margin: 0 auto;
}
.about-ry .about-ry-bgm img {
    margin: 0 auto;
}
.about-ry .swiper-slide {
    border: 1px solid #e9e9e9;
    padding: 10px 0;
}
.about-ry .swiper-slide .about-ry-img {
    max-width: 272px;
    max-height: 370px;
    overflow: hidden;
    margin: 0 auto;
}
.about-ry .swiper-slide .about-ry-img img {
    margin: 0 auto;
}
/* 联系我们 */
.contact-list {
    position: relative;
    padding-top: 70px;
}
.contact-list .contact-tit {
    padding: 0 10px 0 410px;
}
.contact-list .contact-tit > p {
    font-family: "Myriad Pro";
    font-size: 34px;
    line-height: 34px;
    color: #f15c18;
    display: inline-block;
    border-bottom: 1px solid #f15c18;
}
.contact-list .contact-tit-h3 {
    margin-top: 30px;
}
.contact-list .contact-tit-h3 h3 {
    font-size: 34px;
    line-height: 44px;
    color: #333333;
}
.contact-list .contact-dl {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
    font-family: "Adobe 黑体 Std";
}
.contact-list .contact-dl dt {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 550;
}
.contact-list .contact-map {
    margin-top: 70px;
}
.contact-list .contact-map-left,
.contact-list .contact-map-right {
    width: 50%;
    height: 689px;
}
.contact-list .contact-map-left .contact-left-cont {
    margin: 80px auto 0 auto;
    padding-left: 360px;
}
.contact-list .contact-map-left .contact-left-cont h3 {
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
}
.contact-list .contact-map-left .cont-left-addr {
    margin-top: 35px;
}
.contact-list .contact-map-left .contact-left-git {
    margin-top: 70px;
    margin-left: 31.25%;
    display: inline-block;
}
.contact-list .contact-map-left .cont-addr-tit,
.contact-list .cont-addr-li {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
}
.contact-left-git {
    position: relative;
}
.contact-left-git img {
    display: block;
}
.contact-left-git span {
    display: block;
}
.contact-left-git span i {
    display: block;
}
.contact-left-git .moblie_img{
    display: none;
}
.contact-left-git .x1 {
    width: 37px;
    background-image: url(../images/about/co-xticon1.png);
    background-position: right bottom;
    position: absolute;
    right: 135px;
    bottom: 117px;
    height: 107px;
}
.contact-left-git .x2 {
    width: 103px;
    height: 43px;
    background-image: url(../images/about/co-xticon2.png);
    position: absolute;
    right: 133px;
    bottom: 111px;
    background-position: right bottom;
}
.contact-left-git .x3 {
    width: 133px;
    height: 17px;
    background-image: url(../images/about/co-xticon3.png);
    background-position: right bottom;
    position: absolute;
    right: 137px;
    bottom: 109px;
}
.contact-left-git .x4 {
    width: 42px;
    height: 69px;
    background-image: url(../images/about/co-xticon4.png);
    background-position: bottom right;
    position: absolute;
    right: 137px;
    top: 237px;
}
.contact-left-git .x5 {
    width: 16px;
    height: 19px;
    background-image: url(../images/about/co-xticon5.png);
    background-position: right bottom;
    position: absolute;
    right: 138px;
    bottom: 110px;
}
.contact-left-git .x6 {
    width: 16px;
    height: 9px;
    background-image: url(../images/about/co-xticon6.png);
    background-position: left bottom;
    position: absolute;
    right: 116px;
    bottom: 114px;
}
/* .contact-left-git .x7 {
    width: 16px;
    background-image: url(../images/about/co-xticon7.png);
    background-position: left top;
    position: absolute;
    right: 175px;
    top: 240px;
} */
/* .contact-left-git .x8 {
    width: 14.2%;
    background: url(../images/about/co-xticon8.png);
    position: absolute;
    left: 62.5%;
    bottom: 32%;
} */
.contact-left-git span {
    -webkit-background-size: auto 100% !important;
    -moz-background-size: auto 100% !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
    -webkit-animation: none 0;
    -moz-animation: none 0;
    animation: none 0;
}
@-webkit-keyframes wid1 {
    0% {
        height: 0;
    }
    50% {
        height: 107px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes wid1 {
    0% {
        height: 0;
    }
    50% {
        height: 107px;
    }
    100% {
        height: 0;
    }
}
@keyframes wid1 {
    0% {
        height: 0;
    }
    50% {
        height: 107px;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes wid2 {
    0% {
        width: 0;
    }
    50% {
        width: 103px;
    }
    100% {
        width: 0;
    }
}
@-moz-keyframes wid2 {
    0% {
        width: 0;
    }
    50% {
        width: 103px;
    }
    100% {
        width: 0;
    }
}
@keyframes wid2 {
    0% {
        width: 0;
    }
    50% {
        width: 103px;
    }
    100% {
        width: 0;
    }
}
@-webkit-keyframes wid3 {
    0% {
        width: 0;
    }
    50% {
        width: 133px;
    }
    100% {
        width: 0;
    }
}
@-moz-keyframes wid3 {
    0% {
        width: 0;
    }
    50% {
        width: 133px;
    }
    100% {
        width: 0;
    }
}
@keyframes wid3 {
    0% {
        width: 0;
    }
    50% {
        width: 133px;
    }
    100% {
        width: 0;
    }
}
@-webkit-keyframes wid4 {
    0% {
        height: 0;
    }
    50% {
        height: 69px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes wid4 {
    0% {
        height: 0;
    }
    50% {
        height: 69px;
    }
    100% {
        height: 0;
    }
}
@keyframes wid4 {
    0% {
        height: 0;
    }
    50% {
        height: 69px;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes wid5 {
    0% {
        height: 0;
    }
    50% {
        height:19px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes wid5 {
    0% {
        height: 0;
    }
    50% {
        height:19px;
    }
    100% {
        height: 0;
    }
}
@keyframes wid5 {
    0% {
        height: 0;
    }
    50% {
        height:19px;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes wid6 {
    0% {
        height: 0;
    }
    50% {
        height: 9px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes wid6 {
    0% {
        height: 0;
    }
    50% {
        height: 9px;
    }
    100% {
        height: 0;
    }
}
@keyframes wid6 {
    0% {
        height: 0;
    }
    50% {
        height: 9px;
    }
    100% {
        height: 0;
    }
}
/* @-webkit-keyframes wid7 {
    0% {
        height: 0;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 0;
    }
}
@-moz-keyframes wid7 {
    0% {
        height: 0;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 0;
    }
} */
/* @keyframes wid7 {
    0% {
        height: 0;
    }
    50% {
        height: 65px;
    }
    100% {
        height: 0;
    }
}
@-webkit-keyframes wid8 {
    0% {
        width: 0;
    }
    50% {
        width: 14.2%;
    }
    100% {
        width: 0;
    }
}
@-moz-keyframes wid8 {
    0% {
        width: 0;
    }
    50% {
        width: 14.2%;
    }
    100% {
        width: 0;
    }
}
@keyframes wid8 {
    0% {
        width: 0;
    }
    50% {
        width: 14.2%;
    }
    100% {
        width: 0;
    }
} */
/* 新闻动态 */
.xw-list {
    position: relative;
    /* padding: 155px 0 125px 0; */
}
.new-ul-form input::-webkit-input-placeholder {
    /* 修改字体颜色 */
    /* color: #fff; */
    /* 修改字号，默认继承input */
    font-size: 14px;
    color: rgba(51, 51, 51, 0.4);
}
.new-ul-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.4);
}
.new-ul-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: rgba(51, 51, 51, 0.4);
}
.new-ul-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: rgba(51, 51, 51, 0.4);
}
.new-ul-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: rgba(51, 51, 51, 0.4);
}
.xw-list .xw-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.65);
    padding-top: 155px;
}
.xw-list .xw-tit-left h3 {
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
}
.xw-list .xw-tit-left {
    width: 40%;
}
.xw-list .xw-tit-right {
    width: 60%;
}
.xw-list .xw-tit-left p {
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    opacity: 0.6;
    font-family: "Adobe 黑体 Std";
    margin-top: 30px;
}
.xw-list .xw-tit-right {
    background: url(../images/index/in-xwtibgm.png) no-repeat bottom right;
    background-size: 95%;
}
.xw-list .xw-tit-right h3 {
    font-size: 56px;
    font-family: "思源黑体";
    font-weight: lighter;
    letter-spacing: -1px;
    color: #c7c7c7;
    text-align: right;
}
.xw-list .xw-tit-right h3 span {
    color: #f25c19;
    font-weight: bold;
}
.xw-list .xw-line {
    width: 100%;
    height: 1px;
    background-color: #f8f8f8;
    opacity: 0.1;
    margin: 84px auto 100px auto;
}
.xw-list .tit-h3 {
    width: 80%;
}
.xw-list .tit-h3 h3 {
    text-align: left;
    color: #ffffff;
}
.xw-list .xw-swiper {
    position: relative;
    overflow: hidden;
}
.xw-list .xw-swiper-list .swiper-img {
    max-width: 380px;
    max-height: 190px;
    overflow: hidden;
}
.xw-list .xw-swiper-list .swiper-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.xw-list .xw-swiper-list .swiper-slide:hover .swiper-img img {
    transform: scale(1.1);
}
.xw-list .xw-swiper-list .swiper-font {
    padding: 20px 0;
}
.xw-list .xw-swiper-list .swiper-font h3 {
    font-family: "方正兰亭中黑_GBK";
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    height: 55px;
}
.xw-list .xw-swiper-list .swiper-font time {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.3;
    margin-top: 23px;
    display: inline-block;
}
.xw-list .xw-swiper-list .xw-swiper-btn {
    position: absolute;
    top: 20px;
    right: 22px;
    z-index: 9;
}
.xw-list .xw-swiper-list .swiper-button-next,
.xw-list .xw-swiper-list .swiper-button-prev {
    width: 8px !important;
    height: 13px !important;
    top: 50%;
    padding-bottom: 40px;
    background: url(../images/index/in-xwnext.png) no-repeat center center;
    z-index: 5;
}
.xw-list .xw-swiper-list .swiper-button-prev {
    background: url(../images/index/in-xwprev.png) no-repeat center center;
}
.xw-list .xw-swiper-list .swiper-button-next {
    right: -21px;
}
.xw-list .xw-swiper-list .swiper-button-prev {
    left: -70px;
}
.xw-list .xw-swiper-list .swiper-button-icon {
    width: 20px;
    height: 12px;
    background: url(../images/index/in-xwicon.png) no-repeat center center;
    margin-left: -35px;
}
.xw-list video#bgvid {
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -100;
    height: 1015px;
    background-size: cover;
    object-fit: cover;
}

/* //video的所有控件 */
.xw-list video::-webkit-media-controls-enclosure {
    display: none;
}
/* 合作伙伴 */
.hz-list {
    position: relative;
    background: #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.hz-list .hz-swiper-list {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 0px;
    position: relative;
}
.hz-list .hz-swiper-list > div {
    align-items: center;
}
.hz-list .hz-swiper-list .hz-tit {
    width: 13%;
    padding-left: 9px;
}
.hz-list .hz-tit h3 {
    font-size: 24px;
    line-height: 40px;
    color: #333333;
}
.hz-list .hz-swiper-list .swiper-slide {
    position: relative;
    height: 66px;
    overflow: hidden;
}
.hz-list .hz-swiper-list .swiper-img img {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.hz-list .hz-swiper-list .swiper-img:hover img {
    -webkit-animation: bounce 1s ease 0s 1 both;
    animation: bounce 1s ease 0s 1 both;
    transform: rotate(360deg);
    transition: 1s;
}
.hz-list .hz-swiper-list .hz-swiper {
    width: 87%;
    margin: 0 auto;
}
.hz-list .hz-swiper-list .swiper-button-next,
.hz-list .hz-swiper-list .swiper-button-prev {
    width: 8px !important;
    height: 13px !important;
    top: 65%;
    background: url(../images/index/in-hznext.png) no-repeat center center;
    z-index: 5;
    opacity: 1;
}
.hz-list .hz-swiper-list .swiper-button-next:hover {
    background: url(../images/index/in-hhznext.png) no-repeat center center;
}
.hz-list .hz-swiper-list .swiper-button-prev {
    background: url(../images/index/in-hzprev.png) no-repeat center center;
}
.hz-list .hz-swiper-list .swiper-button-prev:hover {
    background: url(../images/index/in-hhzprev.png) no-repeat center center;
}
.hz-list .hz-swiper-list .swiper-button-next:after,
.hz-list .hz-swiper-list .swiper-container-rtl .swiper-button-prev:after,
.hz-list .hz-swiper-list .swiper-button-prev:after,
.hz-list .hz-swiper-list .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
/* footer */
.footer {
    background: #f8f8f8;
}
.footer .foot-tel img,
.footer .foot-tel span {
    display: inline-block;
    vertical-align: middle;
}
.footer .foot-tel span {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #000000;
    filter: alpha(opacity=60); /* IE */
    -moz-opacity: 0.6; /* 老版Mozilla */
    -khtml-opacity: 0.6; /* 老版Safari */
    opacity: 0.6; /* 支持opacity的浏览器*/
    font-family: "Myriad Pro";
    margin-left: 10px;
}
.footer .foot-addr {
    margin-top: 30px;
}
.footer .foot-addr p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.footer .foot-top {
    padding: 60px 0px 80px 0px;
}
.footer .foot-top .foot-top-left {
    width: 54%;
}
.footer .foot-top .share-list {
    margin-top: 30px;
}

.footer .foot-top .share-list a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 18px;
}
.footer .foot-top .share-list a:last-child {
    margin-right: 0px;
}

.footer .foot-top .share-list > a > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.footer .foot-top .share-list .share-ewm {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    width: 94px;
    padding-bottom: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.footer .foot-top .share-list .share-ewm:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}

.footer .foot-top .share-list .share-ewm img {
    width: 100%;
    border: 4px solid #fff;
}

.footer .foot-top .share-list a:hover .share-ewm {
    margin-bottom: 0px;
    visibility: inherit;
    opacity: 1;
}
.footer .foot-top .foot-top-right {
    width: 46%;
}
.footer .foot-top .foot-top-right dl {
    flex: 1;
}
.footer .foot-top .foot-top-right dl dt {
    margin-bottom: 20px;
}
.footer .foot-top .foot-top-right dl dt a {
    font-size: 15px;
    color: #b2b2b2;
}
.footer .foot-top .foot-top-right dl dd a {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
    font-family: "Adobe 黑体 Std";
}
.footer .foot-top .foot-top-right dl dt a:hover,
.footer .foot-top .foot-top-right dl dd a:hover {
    color: #f25c19;
}
.footer .foot-bot {
    background: #f25c19;
    padding: 15px 0;
}
.footer .foot-bot > div {
    align-items: center;
}
.footer .foot-bot .foot-copy,
.footer .foot-bot .foot-copy p,
.footer .foot-bot .foot-copy p a {
    font-size: 14px;
    line-height: 20px;
    color: rgba(2550, 255, 255, 0.5);
}
.footer .foot-bot .foot-links {
    position: relative;
}
.footer .foot-bot .foot-links .foot-firendship {
    width: 180px;
    height: 40px;
    line-height: 38px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    text-indent: 20px;
    overflow: hidden;
    background: url(../images/index/in-yqljicon.png) no-repeat right 12px center;
    float: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}
.footer .foot-bot .foot-links .foot-firendship::after {
    content: "";
    width: 1px;
    height: 38px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    right: 37px;
}
.footer .foot-bot .foot-links > ul {
    position: absolute;
    bottom: 38px;
    right: 0;
    z-index: 5;
    width: 180px;
    background: rgba(255, 255, 255, 1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    display: none;
}
.footer .foot-bot .foot-links > ul > li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.footer .foot-bot .foot-links > ul > li:last-child {
    border-bottom: none;
}
.footer .foot-bot .foot-links > ul > li > a {
    display: block;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    color: #84868a;
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.footer .foot-bot .foot-links > ul > li > a:hover {
    color: #f25c19;
}

.index_banner_video {
    position: relative;
}
.index_banner_video video {
    width: 100%;
}

.index_banner_video .img {
    display: none;
}
.index_banner_video .img img {
    width: 100%;
}

.index_banner_video .mask {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.index_banner_video .mask .play_icon {
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    -o-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.index_banner_video .mask .play_icon img {
    width: 100%;
}
/* 产品中心 */
/* 系统介绍 */
.product-list {
    position: relative;
    z-index: 3;
    margin-top: -75px;
}
.product-list .product-menu {
    border-bottom: 1px solid#dadbda;
    background: #fff;
}
.product-list .product-menu ul li a {
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    display: block;
    padding: 15px 15px 10px 15px;
    border-bottom: 2px solid transparent;
    margin-right: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.product-list .product-menu ul li a.tab-active,
.product-list .product-menu ul li a:hover {
    border-bottom: 2px solid #f15c18;
    color: #f15c18;
}
.product-list .product-menu ul li:last-child a {
    margin-right: 0px;
}
.product-list .product-cont {
    position: relative;
}
.product-list .product-tit {
    font-size: 34px;
    text-align: center;
    line-height: 48px;
    letter-spacing: -1px;
    color: #333333;
    margin-bottom: 20px;
}
.product-list .product-xt {
    padding-top: 100px;
}
.product-list .product-xt-list {
    align-items: center;
}
.product-list .product-xt-list .product-xt-left,
.product-list .product-xt-list .product-xt-right {
    width: 50%;
    overflow: hidden;
}
.product-list .product-xt-list .product-xt-left {
    padding-right: 30px;
}
.product-list .product-tx .product-xt-list .product-xt-left {
    padding-right: 0px;
}
.product-list .product-xt-list .product-xt-left > h3 {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
    font-family: "Adobe 黑体 Std";
    margin-bottom: 25px;
}
.product-list .product-xt-list .product-xt-left .product-left-p,
.product-list .product-xt-list .product-xt-left .product-left-p p {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    margin-bottom: 10px;
    text-align: justify;
    padding-left: 10px;
}
.product-list .product-xt-list .product-xt-left .product-left-p p{
    position: relative;
    padding-left: 10px;
}
.product-list .product-xt-list .product-xt-left .product-left-p p::before{
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #828282;
}
.product-list .product-xt-list .product-xt-right .product-xy-img {
    width: 100%;
    max-height: 457px;
    overflow: hidden;
}
.product-list .product-xt-list .product-xt-right .product-xy-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.product-list .product-xt-list .product-xt-right .product-xy-img:hover img {
    transform: scale(1.1);
}
/* 产品优势 */
.product-ys {
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}
.product-ys .product-ys-list .swiper-slide {
    position: relative;
}
.product-ys .product-ys-list .swiper-font-tit {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    text-align: center;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    display: block;
}
.product-ys .product-ys-list .swiper-font-tit b {
    font-size: 18px;
    line-height: 24px;
    color: #ff9e21;
    font-weight: normal;
    font-family: "Montserrat";
    text-align: center;
}
.product-ys .product-ys-list .swiper-slide {
    cursor: pointer;
    width: 20.5% !important;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    overflow: hidden;
}
.product-ys .product-ys-list .swiper-pic {
    width: 100%;
    height: 480px;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.product-ys .product-ys-list .swiper-font-p {
    width: 100%;
    position: absolute;
    top: 40%;
    margin-top: 23px;
    padding: 0 88px;
    transform: translate(0, -40%);
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    display: none;
}
.product-ys .product-ys-list .swiper-font-tit h3,
.product-ys .product-ys-list .swiper-font-p h3 {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}
.product-ys .product-ys-list .swiper-font-tit h3 {
    margin-top: 23px;
}
.product-ys .product-ys-list .swiper-font-p h3 {
    margin-bottom: 23px;
}
.product-ys .product-ys-list .swiper-font-p p {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    font-family: "微软雅黑";
    padding-left: 8px;
}
.product-ys .product-ys-list .swiper-font-p p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #fff;
    top: 10px;
    left: 0px;
}
.product-ys .product-ys-list .swiper-slide.on {
    width: 38.5% !important;
}
.product-ys .product-ys-list .swiper-slide.on .swiper-font-tit {
    display: none;
}
.product-ys .product-ys-list .swiper-slide.on .swiper-font-p {
    display: block;
}
.product-ys .swiper-button-next,
.product-ys .swiper-button-prev {
    top: 60%;
    display: none;
}
/* 产品规格 */
.product-cpgg {
    position: relative;
    padding-top: 90px;
}
.product-cpgg .product-cpgg-table {
    border-top: 2px solid #f15c18;
}
.product-cpgg .product-cpgg-table table {
    width: 100%;
}
.product-cpgg .product-cpgg-table table td {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #828282;
    opacity: 0.8;
    filter: alpha(opacity=80);
    font-family: "Adobe 黑体 Std";
    width: 50%;
    text-align: center;
    padding: 20px 0;
}
.product-cpgg .product-cpgg-table table tr:nth-child(even) {
    background: rgba(244, 244, 244, 0.6);
}
/* 应用场景 */
.product-cj {
    width: 100%;
    position: relative;
    min-height: 800px;
    margin-top: 100px;
    padding: 110px 0px;
}
.product-cj .product-tit {
    color: #ffffff;
}
.product-cj .product-dec,
.product-cj .product-dec p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: "Adobe 黑体 Std";
}
.product-cj .product-cj-list {
    width: 100%;
    max-width: 890px;
    margin: 62px auto 0 auto;
    position: relative;
}
.product-cj .product-cj-list .product-cj-pic {
    flex-wrap: wrap;
}
.product-cj .product-cj-list > h4 {
    font-size: 24px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}
.product-cj .product-cj-list li {
    width: 19.3%;
    margin-right: 67px;
    margin-bottom: 40px;
}
.product-cj .product-cj-list li:nth-child(4n) {
    margin-right: 0px;
}
.product-cj .product-cj-list .product-cj-img {
    width: 100%;
    max-height: 171px;
    overflow: hidden;
}
.product-cj .product-cj-list .product-cj-img img {
    width: 100%;
    height: 100%;
}
.product-cj .product-cj-list li:hover .product-cj-img img {
    transform: rotate(360deg);
    transition: 1s;
}
/* 产品关键特性 */
.product-tx {
    background: #f7f8f9;
    padding-top: 95px;
    padding-bottom: 100px;
}
.product-tx .product-xt-left {
    padding-right: 0px;
    padding-left: 30px;
}
/* 系统配置 */
.product-pz {
    position: relative;
    padding: 100px 10px;
}
.product-pz .product-tit {
    margin-bottom: 10px;
}
.product-pz .product-dec,
.product-pz .product-dec p {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    color: #828282;
}
.product-pz .product-pz-list {
    margin-top: 30px;
}
.product-pz .swiper-slide,
.product-xgcp .swiper-slide {
    border: 1px solid #eeeeee;
    position: relative;
    height: 384px;
    background: #ffffff;
}
.product-pz .swiper-cont,
.product-xgcp .swiper-cont {
    display: block;
    transition: all 0.5s;
}
.product-pz .swiper-cont img,
.product-xgcp .swiper-cont img {
    margin: 0 auto;
}
.product-pz .swiper-cont h3,
.product-pz .swiper-cont1 h3,
.product-xgcp .swiper-cont h3,
.product-xgcp .swiper-cont1 h3 {
    font-size: 20px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    padding-top: 30px;
}
.product-xgcp .swiper-cont h3,
.product-xgcp .swiper-cont1 h3 {
    font-size: 16px;
}
.product-pz .swiper-cont .swiper-pic,
.product-pz .swiper-cont1 .swiper-pic,
.product-xgcp .swiper-cont .swiper-pic,
.product-xgcp .swiper-cont1 .swiper-pic {
    width: 100%;
    max-height: 384px;
    overflow: hidden;
    margin: 0 auto;
}
.product-pz .swiper-cont .swiper-pic {
    margin: 45px auto 0 auto;
}
.product-pz .swiper-cont1 .swiper-pic img,
.product-pz .swiper-cont1 .swiper-pic img,
.product-xgcp .swiper-cont1 .swiper-pic img,
.product-xgcp .swiper-cont1 .swiper-pic img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.product-pz .swiper-cont1,
.product-xgcp .swiper-cont1 {
    display: none;
    transition: all 0.5s;
}
.product-pz .swiper-cont1 h3,
.product-xgcp .swiper-cont1 h3 {
    color: #f2651c;
}
.product-pz .swiper-cont1 .swiper-pic,
.product-xgcp .swiper-cont1 .swiper-pic {
    max-height: 111px;
    max-width: 151px;
    margin-top: 0px;
    margin-bottom: 24px;
}
.product-pz .swiper-cont1 .swiper-cont1-p,
.product-xgcp .swiper-cont1 .swiper-cont1-p {
    padding-bottom: 26px;
}
.product-pz .swiper-cont1 .swiper-cont1-p,
.product-pz .swiper-cont1 .swiper-cont1-p p,
.product-xgcp .swiper-cont1 .swiper-cont1-p,
.product-xgcp .swiper-cont1 .swiper-cont1-p p,
.product-xgcp .swiper-cont .swiper-cont1-p,
.product-xgcp .swiper-cont .swiper-cont1-p p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    text-align: center;
    font-family: "Adobe 黑体 Std";
    padding: 0 5px;
}
.product-xgcp .swiper-cont .swiper-cont1-p {
    margin-top: 18px;
}
.product-xgcp .swiper-cont .swiper-cont1-p,
.product-xgcp .swiper-cont .swiper-cont1-p p {
    color: #999999;
}
.product-pz .swiper-cont1 .more,
.product-xgcp .swiper-cont1 .more {
    font-size: 14px;
    line-height: 48px;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 10px 0px;
    background: #f2651c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-pz .swiper-slide:hover,
.product-xgcp .swiper-slide:hover {
    background: rgba(246, 246, 246, 0.9);
    border: 1px solid transparent;
}
.product-xgcp .swiper-slide:hover {
    background: rgba(224, 224, 224, 0.9);
}
.product-pz .swiper-slide:hover .swiper-cont,
.product-xgcp .swiper-slide:hover .swiper-cont {
    display: none;
}
.product-pz .swiper-slide:hover .swiper-cont1,
.product-xgcp .swiper-slide:hover .swiper-cont1 {
    display: block;
}
.product-pz .swiper-button-next,
.product-pz .swiper-button-prev,
.product-xgcp .swiper-button-next,
.product-xgcp .swiper-button-prev,
.solution-gs .swiper-button-prev,
.solution-gs .swiper-button-next,
.solution-qs .swiper-button-prev,
.solution-qs .swiper-button-next,
.product-cg .swiper-button-prev,
.product-cg .swiper-button-next,
.product-ys .swiper-button-prev,
.product-ys .swiper-button-next,
.solution-ys .swiper-button-prev,
.solution-ys .swiper-button-next,
.solution-cj .swiper-button-next,
.solution-cj .swiper-button-prev,
.about-ry .swiper-button-next,
.about-ry .swiper-button-prev {
    width: 48px !important;
    height: 48px !important;
    z-index: 9;
    opacity: 1 !important;
    border-radius: 4px !important;
    border: solid 2px #dddddd !important;
    background: url(../images/product/pro-prev.png) #ffffff no-repeat center center !important;
    left: 16px;
    right: auto;
}
.product-pz .swiper-button-next,
.product-xgcp .swiper-button-next,
.solution-gs .swiper-button-next,
.solution-qs .swiper-button-next,
.product-cg .swiper-button-next,
.product-ys .swiper-button-next,
.solution-ys .swiper-button-next,
.solution-cj .swiper-button-next,
.about-ry .swiper-button-next {
    right: 16px !important;
    left: auto;
    background: url(../images/product/pro-next.png) #ffffff no-repeat center center !important;
}
.product-pz .swiper-button-next:after,
.product-pz .swiper-container-rtl .swiper-button-prev:after,
.product-pz .swiper-button-prev:after,
.product-pz .swiper-container-rtl .swiper-button-next:after,
.product-xgcp .swiper-button-next:after,
.product-xgcp .swiper-container-rtl .swiper-button-prev:after,
.product-xgcp .swiper-button-prev:after,
.product-xgcp .swiper-container-rtl .swiper-button-next:after,
.solution-gs .swiper-button-next:after,
.solution-gs .swiper-container-rtl .swiper-button-prev:after,
.solution-gs .swiper-button-prev:after,
.solution-gs .swiper-container-rtl .swiper-button-next:after,
.solution-qs .swiper-button-next:after,
.solution-qs .swiper-container-rtl .swiper-button-prev:after,
.solution-qs .swiper-button-prev:after,
.solution-qs .swiper-container-rtl .swiper-button-next:after,
.product-cg .swiper-button-next:after,
.product-cg .swiper-container-rtl .swiper-button-prev:after,
.product-cg .swiper-button-prev:after,
.product-cg .swiper-container-rtl .swiper-button-next:after,
.product-ys .swiper-button-next:after,
.product-ys .swiper-container-rtl .swiper-button-prev:after,
.product-ys .swiper-button-prev:after,
.product-ys .swiper-container-rtl .swiper-button-next:after,
.solution-ys .swiper-button-next:after,
.solution-ys .swiper-container-rtl .swiper-button-prev:after,
.solution-ys .swiper-button-prev:after,
.solution-ys .swiper-container-rtl .swiper-button-next:after,
.solution-cj .swiper-button-next:after,
.solution-cj .swiper-container-rtl .swiper-button-prev:after,
.solution-cj .swiper-button-prev:after,
.solution-cj .swiper-container-rtl .swiper-button-next:after,
.about-ry .swiper-button-next:after,
.about-ry .swiper-container-rtl .swiper-button-prev:after,
.about-ry .swiper-button-prev:after,
.about-ry .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.product-pz .swiper-button-prev:hover,
.product-xgcp .swiper-button-prev:hover,
.solution-gs .swiper-button-prev:hover,
.solution-qs .swiper-button-prev:hover,
.product-cg .swiper-button-prev:hover,
.product-ys .swiper-button-prev:hover,
.solution-ys .swiper-button-prev:hover,
.solution-cj .swiper-button-prev:hover,
.about-ry .swiper-button-prev:hover {
    background: url(../images/product/pro-hprev.png) #f25c19 no-repeat center center !important;
    border: 2px solid #f25c19 !important;
}
.product-pz .swiper-button-next:hover,
.product-xgcp .swiper-button-next:hover,
.solution-gs .swiper-button-next:hover,
.solution-qs .swiper-button-next:hover,
.product-cg .swiper-button-next:hover,
.product-ys .swiper-button-next:hover,
.solution-ys .swiper-button-next:hover,
.solution-cj .swiper-button-next:hover,
.about-ry .swiper-button-next:hover {
    background: url(../images/product/pro-hnext.png) #f25c19 no-repeat center center !important;
    border: 2px solid #f25c19 !important;
}
.product-cg .swiper-button-prev,
.product-cg .swiper-button-next,
.solution-cj .swiper-button-next,
.solution-cj .swiper-button-prev,
.solution-qs .swiper-button-prev,
.solution-qs .swiper-button-next,
.solution-ys .swiper-button-next,
.solution-ys .swiper-button-prev {
    display: none;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset !important;
}
.product-pz .swiper-pagination,
.product-xgcp .swiper-pagination,
.solution-qs .swiper-pagination,
.product-cg .swiper-pagination,
.solution-ys .swiper-pagination,
.solution-cj .swiper-pagination,
.about-ry .swiper-pagination {
    position: relative;
    margin: 5px auto 0 auto;
    display: none;
}
.product-pz .swiper-pagination-bullet,
.product-xgcp .swiper-pagination-bullet,
.solution-qs .swiper-pagination-bullet,
.product-cg .swiper-pagination-bullet,
.solution-ys .swiper-pagination-bullet,
.solution-cj .swiper-pagination-bullet,
.about-ry .swiper-pagination-bullet {
    width: 7px !important;
    height: 2px !important;
    border-radius: unset;
    margin: 0 6px auto 0;
    text-align: center;
}
.product-pz .swiper-pagination-bullet-active,
.product-xgcp .swiper-pagination-bullet-active,
.solution-qs .swiper-pagination-bullet-active,
.product-cg .swiper-pagination-bullet-active,
.solution-ys .swiper-pagination-bullet-active,
.solution-cj .swiper-pagination-bullet-active,
.about-ry .swiper-pagination-bullet-active {
    width: 14px !important;
    background: #f2651c;
}
/* 相关产品 */
.product-xgcp {
    padding: 100px 0 0 0px;
    background: #f2f3f5;
    position: relative;
}
.product-xgcp > div {
    position: relative;
}
/* 相关解决方案 */
.product-fa {
    position: relative;
    padding: 100px 0px;
}
.product-fa .product-fa-list {
    align-items: center;
}
.product-fa .product-fa-left,
.product-fa .product-fa-right {
    width: 49.2%;
}
.product-fa .product-fa-left .product-fa-img {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.product-fa .product-fa-left .product-fa-img img {
    width: 100%;
}
.product-fa .product-fa-right .swiper-slide{
    height: 85px !important;
}
.product-fa .product-fa-right .product-fa-item {
    width: auto;
    height: 85px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/product/pro-fabgm.jpg);
    transition: all 0.3s linear;
}
.product-fa .product-fa-right {
    max-height: 402px;
    overflow-x: hidden;
    overflow-y: auto;
}
.product-fa .product-fa-right::-webkit-scrollbar,
.case-list .case-list-p::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: rgba(0, 0, 0, 0);
}
.product-fa .product-fa-right::-webkit-scrollbar-track,
.case-list .case-list-p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
}
.product-fa .product-fa-right::-webkit-scrollbar-thumb,
.case-list .case-list-p::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: rgba(237, 108, 0);
}
.product-fa .product-fa-right .product-fa-item:last-child {
    margin-bottom: 0px;
}
.product-fa .product-fa-right .product-fa-item.active {
    height: 190px;
    background-image: url(../images/product/pro-hfabgm.jpg);
}
.product-fa .product-fa-right .product-fa-item {
    cursor: pointer;
}
.product-fa .product-fa-right ul li.active {
    -webkit-box-shadow: 0 24px 50px -22px rgba(242, 92, 25, 0.6);
    box-shadow: 0 24px 50px -22px rgba(242, 92, 25, 0.6);
}
.product-fa .product-fa-right .product-fa-cont {
    margin-right: 60px;
    position: relative;
}
.product-fa .product-fa-right .product-fa-cont .product-fa-tit {
    font-size: 18px;
    color: #333;
    transition: all 0.3s linear;
}
.product-fa .product-fa-right .product-fa-item.active .product-fa-tit {
    color: #fff;
    margin-bottom: 8px;
}
.product-fa .product-fa-right .product-fa-cont .product-fa-dec {
    display: none;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    transition: all 0.3s linear;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
}
.product-fa .product-fa-right .product-fa-item.active .product-fa-dec {
    display: block;
}
.product-fa .product-fa-right .product-fa-but {
    display: none;
    transition: all 0.3s linear;
}
.product-fa .product-fa-right .product-fa-item.active .product-fa-but {
    display: block;
}
.product-fa .product-fa-right .product-fa-but .button {
    display: block;
    width: 145px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    transition: all 0.1s linear 0s;
}
.product-fa .product-fa-right .product-fa-but .button-solid {
    background-color: #fff;
    color: #f25c19;
    border: 1px solid #fff;
}
.product-fa .product-fa-right .product-fa-but .button-ghost {
    background: 0 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}
/* 登录注册 */
.login-list {
    width: 100%;
    height: 100%;
    /* position: relative; */
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.login-list1 {
    position: static;
}
.login-list .login-top {
    padding-top: 145px;
}
.login-list .login-top h2 a{display: block;}
.login-list .login-top h2 a img {
    margin: 0 auto;
}
.login-list .login-top p {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 14px;
    color: #ffffff;
    margin-top: 15px;
}
.login-list .login-info {
    width: 96%;
    max-width: 480px;
    /* float: right; */
    background: #fff;
    /* margin-top: 123px; */
    /* min-height: 482px; */
    padding-bottom: 3%;
    border-radius: 6px;
    overflow: hidden;
    margin: 40px auto 0 auto;
    /* position: absolute;
    top: 100px;
    right: 20px; */
}
.login-info .login-method .login-mess {
    width: 50%;
    text-align: center;
}
.login-info .login-method .login-mess a {
    color: #666;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 60px;
    color: #666666;
    background-color: #ebebeb;
}
.login-info .login-method .login-mess.active a {
    background: #ffffff;
    color: #f25c19;
}
.login-info .login-method .login-mess.active a::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #f25c19;
    top: 0;
    position: absolute;
}
.login-info .login-cont {
    padding: 10px 50px 20px 50px;
}
.login-info .login-cont form {
    display: none;
}
.login-info .login-cont form:first-child {
    display: block;
}
.login-info .login-ul li {
    margin-top: 30px;
}
.login-info .login-ul li:last-child {
    margin-top: 20px;
}
.login-info .login-ul li label {
    color: #666666;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.login-info .login-ul li label span {
    color: #ff0000;
    padding-right: 3px;
}
.login-info .login-ul li span,
.login-info .login-ul li span a {
    color: #828282;
}
.login-info .login-ul li span:first-child a {
    color: #f25c19;
}
.login-info .login-ul .login-input .error_txt{
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    font-size: 12px;
    color: #ff0000;
    left: 0;
}
.login-info .login-ul .login-input.error .error_txt{
    display: block;
}
.login-info .login-ul .login-input.error input{
    border: 1px solid #ff0000;
}
.login-info .login-ul .login-input {
    position: relative;
}
.login-info .login-ul .login-input input {
    width: 100%;
    background-color: #f3f4f5;
    color: #bcbcbc;
    border: none;
    outline: none;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #f3f4f5;
}
.login-info .login-ul .login-yz input {
    padding: 20px 125px 20px 20px;
}
.login-info .login-ul .login-yz1 {
    margin-top: 18px;
}
.login-info .login-ul .login-mm input {
    padding: 20px 50px 20px 20px;
}
.login-info .login-ul .login-input .btn,
.login-info .login-ul .login-input .login-eye,
.personal-cont .login-eye {
    width: 102px;
    height: 34px;
    background-color: #f25c19;
    color: #fff;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}
.login-info .login-ul .login-input .login-eye,
.personal-cont .login-eye {
    width: 20px;
    background: transparent;
    display: block;
    padding: 22px 0px;
    height: auto;
}
.login-info .login-ul .submit {
    width: 100%;
    border: none;
    background-color: #f25c19;
    padding: 17px 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    display: block;
    font-family: "Adobe 黑体 Std";
    cursor: pointer;
}
.login-info .login-ul input::-webkit-input-placeholder {
    font-size: 14px;
    color: #bcbcbc;
}
.login-info .login-ul input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #bcbcbc;
}
.login-info .login-ul input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #bcbcbc;
}
.login-info .login-ul input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #bcbcbc;
}
.login-list .login-copy {
    text-align: center;
    margin-top: 140px;
}
.login-list1 .login-copy {
    padding-bottom: 30px;
}
/* 找回密码 */
.password-tit {
    background: #f25c19;
    text-align: center;
    padding: 25px 0 16px 0;
    font-size: 16px;
}
.login-remm {
    margin: 20px auto 100px auto;
}
.login-img {
    margin-top: 80px;
}
.login-img img {
    margin: 0 auto;
}
.login-tip {
    font-size: 16px;
    text-align: center;
    color: #333333;
    padding-top: 20px;
    padding-bottom: 66px;
}
/* 个人中心 */
.personal {
    background: #f4f4f4;
    margin-top: 77px;
}
.personal .personal-list {
    padding-top: 20px;
    padding-bottom: 40px;
    align-items: flex-start;
}
.personal .personal-menu {
    width: 22%;
    background: #ffffff;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.personal .personal-menu .personal-top {
    padding: 40px 0;
    border-bottom: 1px solid #eeeeee;
}
.personal .personal-menu .personal-top .personal-tx {
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
    margin: 0px auto 20px auto;
}
.personal .personal-menu .personal-top .personal-tx img {
    margin: 0 auto;
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.personal .personal-menu .personal-top h3 {
    font-size: 14px;
    color: #333333;
    text-align: center;
}
.personal .personal-menu .personal-top p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    font-family: "Montserrat";
    margin-top: 5px;
}
.personal .personal-menu .personal-bot {
    padding: 40px 30px;
    text-align: center;
}
.personal .personal-menu .personal-bot ul li {
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #bbbbbb;
    margin-bottom: 15px;
}
.personal .personal-menu .personal-bot ul li:last-child {
    margin-bottom: 0px;
    background: rgba(245, 245, 245);
    border: 1px solid transparent;
}
.personal .personal-menu .personal-bot ul li:hover,
.personal .personal-menu .personal-bot ul li.active {
    background: #f25c19;
    border: 1px solid transparent;
}
.personal .personal-menu .personal-bot ul li a {
    font-size: 14px;
    text-align: center;
    color: #828282;
    width: 100%;
    display: block;
    padding: 15px 0;
}
.personal .personal-menu .personal-bot ul li:last-child a {
    color: #999;
}
.personal .personal-menu .personal-bot ul li:hover a,
.personal .personal-menu .personal-bot ul li.active a {
    color: #ffffff;
}
.personal .personal-cont {
    width: 76.5%;
    background: #ffffff;
}
.personal .personal-cont .personal-tit {
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    position: relative;
    padding: 20px 30px;
    border-bottom: 1px solid #eeeeee;
}
.personal .personal-cont .personal-tit::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 100%;
    width: 64px;
    height: 2px;
    background-color: #444444;
}
.personal .personal-cont .personal-tx {
    max-width: 131px;
    max-height: 131px;
    overflow: hidden;
    margin: 50px auto 0 auto;
    cursor: pointer;
}
.personal .personal-cont .personal-tx img{margin: 0 auto;border-radius: 50%;width:38px;height: 38px;}
.personal .personal-cont .personal-name {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}
.personal .personal-cont .personal-ul {
    margin: 0 auto;
    padding: 0 290px 90px 290px;
}
.personal .personal-cont .personal-ul li {
    margin: 20px auto 0 auto;
}
.personal .personal-cont .personal-ul li label {
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 3px;
    display: inline-block;
}
.personal .personal-cont .personal-ul .personal-input {
    position: relative;
}
.personal .personal-cont .personal-ul .personal-input input {
    width: 350px;
    height: 49px;
    padding: 0 20px;
    border-radius: 5px;
    border: solid 1px #cecece;
    font-size: 14px;
    color: #999999;
}
.personal .personal-cont .personal-ul .personal-input input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999999;
}
.personal .personal-cont .personal-ul .personal-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #999999;
}
.personal .personal-cont .personal-ul .personal-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #999999;
}
.personal .personal-cont .personal-ul .personal-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #999999;
}
.personal .personal-cont .personal-ul .submit {
    width: 350px;
    height: 49px;
    background-color: #444444;
    border-radius: 5px;
    font-size: 14px;
    line-height: 49px;
    border: none;
    cursor: pointer;
    color: #ffffff;
    margin-top: 10px;
}
/* 上传图片弹窗 */
.m-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0;
    text-align: center;
}

.m-modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.m-modal .up-modal-dialog {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 94%;
    max-width: 630px;
    min-height: 200px;
    background: #fff;
}

.m-modal .up-header {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a;
    border-bottom: 2px solid #dbdbdb;
    padding: 0 25px;
    text-align: left;
}

.m-modal .up-header h4 {
    display: inline-block;
    padding: 11px 0 7px;
    border-bottom: 2px solid #271a3f;
    margin-bottom: -2px;
}

.m-modal .up-header .close {
    color: #666;
    position: absolute;
    right: 11px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
}

.m-modal .up-body {
    text-align: left;
    padding: 0 25px 17px;
}

.m-modal .file-wrap {
    padding: 10px 0 6px;
    font-size: 0;
}

.m-modal .file-wrap label,
.m-modal .file-wrap span {
    color: #666;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 32px;
}

.m-modal .up-btn {
    position: relative;
    margin-right: 16px;
}

.m-modal .up-btn.disabled {
    background: #eee;
    cursor: not-allowed;
    opacity: 0.5;
}

.m-modal .up-btn span {
    padding: 0 16px;
    color: #666;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #dbdbdb;
    cursor: pointer;
}

.m-modal .up-btn input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.m-modal .avatar-view {
    position: relative;
    border: solid 1px #dbdbdb;
}

.m-modal .avatar-view .clip-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

.m-modal .avatar-view .response-block {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.m-modal .avatar-view .response-block img {
    max-width: 100%;
}

.m-modal .avatar-view .response-block .cropper-bg {
    max-width: 100%;
}

.m-modal .avatar-view .up-preview {
    display: none;
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 3;
    width: 120px;
}

.m-modal .avatar-view .up-preview .label {
    padding: 27px 0 15px;
    font-size: 14px;
    line-height: 36px;
    color: #333;
}

.m-modal .avatar-view .cropper-preview {
    width: 100%;
    height: 120px;
    border: solid 1px #dbdbdb;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.m-modal .cropper-ctrl {
    text-align: right;
    padding-top: 20px;
}

.m-modal .cropper-ctrl input {
    border: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    padding: 0 30px;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
}

.m-modal .cropper-ctrl .save {
    border: none;
    background-color: #f25c19;
    color: #fff;
}

@media (min-width: 768px) {
    .m-modal .up-header {
        padding: 0 35px;
    }
    .m-modal .up-header h4 {
        padding: 16px 0 12px;
    }
    .m-modal .up-body {
        padding: 0 35px 17px;
    }
    .m-modal .file-wrap {
        padding: 20px 0 16px;
    }
    .m-modal .up-btn span {
        padding: 0 26px;
        font-size: 14px;
        cursor: pointer;
    }
    .m-modal .avatar-view {
        padding-right: 180px;
    }
    .m-modal .avatar-view .response-block {
        border-right: solid 1px #dbdbdb;
    }
    .m-modal .avatar-view .up-preview {
        display: block;
    }
    .m-modal .avatar-view .up-preview .label {
        padding: 38px 0 26px;
    }
    .m-modal .cropper-ctrl input {
        padding: 0 43px;
        line-height: 42px;
        height: 42px;
    }
}

.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cropper-container img {
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
}

.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.cropper-canvas,
.cropper-wrap-box {
    overflow: hidden;
}

.cropper-drag-box {
    background-color: #fff;
    opacity: 0;
}

.cropper-modal {
    background-color: #000;
    opacity: 0.5;
}

.cropper-view-box {
    display: block;
    height: 100%;
    outline-color: rgba(51, 153, 255, 0.75);
    outline: 1px solid #39f;
    overflow: hidden;
    width: 100%;
}

.cropper-dashed {
    border: 0 dashed #eee;
    display: block;
    opacity: 0.5;
    position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: 33.33333%;
    left: 0;
    top: 33.33333%;
    width: 100%;
}

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: 33.33333%;
    top: 0;
    width: 33.33333%;
}

.cropper-center {
    display: block;
    height: 0;
    left: 50%;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    width: 0;
}

.cropper-center:after,
.cropper-center:before {
    background-color: #eee;
    content: " ";
    display: block;
    position: absolute;
}

.cropper-center:before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
}

.cropper-center:after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
    display: block;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}

.cropper-face {
    background-color: #fff;
    left: 0;
    top: 0;
}

.cropper-line {
    background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
}

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
}

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
}

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
}

.cropper-point {
    background-color: #39f;
    height: 5px;
    opacity: 0.75;
    width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
}

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
}

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
}

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
}

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
}

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
}

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
}

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
}

@media (min-width: 768px) {
    .cropper-point.point-se {
        height: 15px;
        width: 15px;
    }
}

@media (min-width: 992px) {
    .cropper-point.point-se {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    .cropper-point.point-se {
        height: 5px;
        opacity: 0.75;
        width: 5px;
    }
}

.cropper-point.point-se:before {
    background-color: #39f;
    bottom: -50%;
    content: " ";
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
}

.cropper-invisible {
    opacity: 0;
}

.cropper-bg {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.cropper-hidden {
    display: none !important;
}

.cropper-move {
    cursor: move;
}

.cropper-crop {
    cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
    cursor: not-allowed;
}
.personal .icon_btn {
    display: none;
    z-index: 20;
    position: absolute;
    right: -52px;
    top: 0px;
    width: 52px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    background-color: #f25c19;
    border-radius: 0 25px 25px 0;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}
.personal .personal-menu.active {
    left: 0%;
    /* top: 23%;
    -o-transform: translate3d(0, -23%, 0);
    -moz-transform: translate3d(0, -23%, 0);
    -webkit-transform: translate3d(0, -23%, 0);
    transform: translate3d(0, -23%, 0); */
    box-shadow: 0px 0 40px 5px #666666;
}
.personal-menu.active .icon_btn {
    left: 0;
    text-align: center;
    width: 100%;
    border-radius: 0;
}
/* 个人中心修改密码 */
.personal-cont .login-eye {
    right: 0px;
}
/* 下载记录 */
.personal-down,
.personal-apply {
    padding: 0 30px 230px 30px;
}
.personal-down > li,
.personal-apply > li {
    border-bottom: 1px dashed #e3e3e3;
    position: relative;
}
.personal-down > li > a,
.personal-apply > li > a {
    align-items: center;
    padding: 15px 0;
}
.personal-down > li > a > h3,
.personal-apply > li > a > h3 {
    color: #666666;
    font-size: 14px;
    width: 85%;
    font-family: "Adobe 黑体 Std";
    line-height: 30px;
}
.personal-down .personal-time {
    width: 15%;
}
.personal-down .personal-time time,
.personal-apply .personal-time time {
    color: #c4c4c4;
    text-align: right;
    font-size: 14px;
    font-family: "Adobe 黑体 Std";
    transition: all 0.5s;
    display: block;
    line-height: 30px;
}
.personal-down .download,
.personal-apply .download {
    width: 78px;
    height: 30px;
    background: #f25c19;
    border-radius: 15px;
    align-items: center;
    transition: all 0.5s;
    display: none;
    text-align: center;
    line-height: 30px;
    float: right;
}
.personal-down .download img,
.personal-apply .download img {
    max-width: 16px;
    max-height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.personal-down .download span,
.personal-apply .download span {
    font-size: 14px;
    color: #fff;
    font-family: "Adobe 黑体 Std";
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
}
.personal-down > li:hover > a > h3 {
    color: #f25c19;
}
.personal-down > li:hover .personal-time time {
    display: none;
}
.personal-down > li:hover .download {
    display: block;
}
/* 申请记录 */
.personal-apply {
    min-height: 740px;
}
.personal-apply > li > a > h3 {
    width: 50%;
}
.personal-apply .personal-time {
    width: 35%;
}
.personal-apply .download-list {
    width: 15%;
}
.personal-apply .personal-time time {
    color: #999;
    text-align: center;
}
.personal-apply .download {
    display: block;
}
.personal-apply .fail {
    background: #333333;
}
.personal-apply .success {
    width: 104px;
}
.personal-apply > li:hover > a > h3,
.personal-apply > li:hover .personal-time time {
    color: #f25c19;
}
/* 成功案例 */
.product-cg {
    background: #f2f3f5;
    padding: 100px 0 65px 0;
    position: relative;
}
.product-cg .w1400 {
    position: relative;
}
.product-cg .product-cg-swiper .swiper-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-cg .product-cg-swiper .swiper-slide a:hover .swiper-cont {
transform: scale(1.2);
}
.product-cg .product-cg-swiper .swiper-slide a:hover h3 {
transform: scale(0.8);
}
.product-cg .product-cg-swiper .swiper-slide .swiper-cont {
    width: 100%;
    height: 210px;
    overflow: hidden;
    transition: all 0.5s;
    
}

/* .product-cg .product-cg-swiper .swiper-slide {
    margin-top: 20px !important;
} */
/* .product-cg .product-cg-swiper .swiper-slide{
    margin-top: 0px !important;
} */
/* .product-cg .product-cg-swiper .swiper-slide:first-child,
.product-cg .product-cg-swiper .swiper-slide:nth-child(2) {
    margin-top: 0px !important;
} */
.product-cg .product-cg-swiper .swiper-slide a{display: block;overflow: hidden;}
.product-cg .product-cg-swiper .swiper-slide .swiper-cont h3 {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: 50%;
    transition: all 0.5s;
}
.lx-list {
    position: relative;
    /* margin-top: 40px; */
}
.lx-list .lx-list-font {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lx-list .lx-list-font > h3 {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -1px;
    color: #ffffff;
    text-align: center;
    margin-top: 70px;
}
.lx-list .lx-list-font .lx-btn a {
    width: 170px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    margin-top: 15px;
}
.lx-list .lx-list-font .lx-btn a:first-child {
    margin-right: 15px;
}
.lx-list .lx-list-font .lx-btn a span {
    font-size: 14px;
    line-height: 60px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding-right: 35px;
}
.lx-list .lx-list-font .lx-btn a img {
    display: inline-block;
    vertical-align: middle;
}
.lx-list .lx-list-bgm {
    width: 100%;
    height: 280px;
}
.lx-list .lx-list-bgm img {
    width: 100%;
    height: 100%;
}
/* 留言弹窗 */
.shadow {
    z-index: 99;
    display: none;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.popupBox {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    height: 745px;
    background: #fff;
    z-index: 999;
    border-top: 5px solid #f25c19;
}
.popupBox .close {
    position: absolute;
    top: 15px;
    right: 60px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/solution/so-scicon.png) no-repeat center center;
}
.popupBox .popcont {
    padding: 0 60px;
}
.popupBox .popcont .pop-tit {
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    padding: 30px 0 25px 0;
}
.popupBox .pop-xt {
    margin-bottom: 30px;
}
.popupBox .pop-form .pop-form-ul {
    flex-wrap: wrap;
}
.popupBox .pop-form .pop-form-ul li .error_txt{
    position: absolute;
    top: calc(100% + 1px);
    color: #ff0000;
    font-size: 12px;
    left: 90px;
    display: none;
}
.popupBox .pop-form .pop-form-text li .error_txt{
    position: absolute;
    top: calc(100% + 1px);
    color: #ff0000;
    font-size: 12px;
    left: 90px;
    display: none;
}
.popupBox .pop-form .pop-form-text li {
    position: relative;
}
.popupBox .pop-form .pop-form-ul li {
    width: 47.5%;
    margin-bottom: 15px;
    position: relative;
}

.popupBox .pop-form .pop-form-text li.error .error_txt{
    display: block;
}
.popupBox .pop-form .pop-form-ul li.error .error_txt{
    display: block;
}

.popupBox .pop-form .pop-form-ul li.error input,.popupBox .pop-form .pop-form-text li.error textarea{
    border: 1px solid #ff0000;
}

.popupBox .pop-form .pop-form-ul li label,
.popupBox .pop-form .pop-form-text li label,
.popupBox .pop-form .pop-form-yzm li label {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: inline-block;
    width: 90px;
}
.popupBox .pop-form .pop-form-ul li label span,
.popupBox .pop-form .pop-form-text li label span,
.popupBox .pop-form .pop-form-yzm li label span {
    color: #ff0000;
}
.popupBox .pop-form .pop-form-ul li input {
    width: 416px;
    height: 49px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    padding: 0 10px;
}
.popupBox .pop-form .pop-form-text textarea {
    width: 986px;
    height: 200px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    padding: 10px;
}
.popupBox .pop-form .pop-form-text li label {
    vertical-align: top;
}
.popupBox .pop-form .pop-form-yzm {
    margin-top: 15px;
}
.popupBox .pop-form .pop-form-yzm input {
    width: 416px;
    height: 49px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    padding: 0 10px;
}
.popupBox .pop-form .pop-form-yzm li:first-child {
    margin-right: 12px;
}
.popupBox .pop-form .pop-form-yzm .pop-yzm {
    max-width: 116px;
    max-height: 49px;
    background-color: #efefef;
    border-radius: 4px;
}
.popupBox .pop-form .submit {
    width: 186px;
    height: 60px;
    background-color: #f25c19;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-left: 95px;
    cursor: pointer;
}
/* 解决方案 */
/* 发展趋势 */
.solution-qs {
    position: relative;
}
.solution-qs .swiper-wrapper {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
}
.solution-qs .swiper-wrapper .swiper-slide{
    margin-top: 20px;
}
/* .solution-qs .swiper-wrapper .swiper-slide:nth-child(2) {
    margin-top: 0px !important;
} */
/* .solution-qs .swiper-wrapper .swiper-slide:nth-child(3) {
    margin-top: 20px !important;
} */
.solution-qs .solution-qs-img {
    width: 20%;
    overflow: hidden;
    margin-right: 30px;
}
.solution-qs .solution-qs-img > img {
    max-width: 77px;
    max-height: 87px;
    width: 100%;
}
.solution-qs .solution-qs-font {
    width: 80%;
}
.solution-qs .solution-qs-font h3 {
    font-size: 18px;
    color: #333;
}
.solution-qs .solution-qs-font p {
    font-size: 14px;
    color: #999;
    padding-top: 10px;
}
.solution-qs .solution-swiper {
    align-items: center;
    border: solid 1px rgba(236, 236, 236, 0.6);
    padding: 18px 50px !important;
}
/* 方案概述 */
.solution-gs {
    position: relative;
    padding-top: 90px;
}
.solution-gs .swiper11 {
    padding: 40px 0 85px 0;
    width: 90%;
    margin: 0 auto;
}
.solution-gs .swiper-slide-list {
    padding: 40px 0px 85px 50px;
}
.solution-gs .solution-gs-top {
    padding: 55px 0px 30px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.solution-gs .solution-gs-top .solution-img {
    margin-bottom: 22px;
    height: 38px;
}
.solution-gs .solution-gs-top h3 {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 24px;
    color: #ffc498;
    height: 47px;
    padding-right: 70px;
}
.solution-gs .solution-gs-bot {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 30px 25px 30px 0;
}
.solution-gs .swiper-pagination-bullet {
    width: 31px !important;
    height: 4px !important;
    border-radius: unset !important;
    background: rgba(255, 255, 255, 0.95) !important;
}
.solution-gs .swiper-pagination-bullet-active {
    background: #fff !important;
}
.solution-gs .swiper-container-horizontal > .swiper-pagination-bullets,
.solution-gs .swiper-pagination-custom,
.solution-gs .swiper-pagination-fraction {
    bottom: 30px !important;
}
.solution-gs .swiper-button-next,
.solution-gs .swiper-button-prev {
    top: 65%;
    display: none;
}
/* 核心优势 */
.solution-ys {
    padding-top: 90px;
}
.solution-ys .solution-ys-list {
    min-height: 550px;
    position: relative;
    background-size: cover !important;
}
.solution-ys .solution-tit {
    font-family: "Myriad Pro";
    font-size: 50px;
    line-height: 48px;
    letter-spacing: 25px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 208px 0;
}
.solution-ys .solution-ys-cont {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -77px;
}
.solution-ys .swiper-slide {
    background: #fff;
}
.solution-ys .solution-ys-swiper {
    padding: 0 70px;
}
.solution-ys .solution-ys-top {
    padding: 30px 0;
    border-bottom: 2px solid #f2651c;
}
.solution-ys .swiper-slide:nth-child(2n) .solution-ys-top {
    border-bottom: 2px solid #f2ae1c;
}
.solution-ys .swiper-slide:nth-child(3n) .solution-ys-top {
    border-bottom: 2px solid #f2d61c;
}
.solution-ys h3 {
    text-align: center;
    font-size: 18px;
    color: #000000;
}
.solution-ys .solution-ys-bot {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    line-height: 22px;
    color: #666666;
    height: 46px;
    margin-top: 25px;
    margin-bottom: 25px;
}
/* 应用场景 */
.solution-cj {
    position: relative;
    background: #f2f3f5;
    padding: 210px 0 100px 0;
}
.solution-cj .solution-cj-cont {
    position: relative;
}
.solution-cj .solution-cj-top {
    width: 100%;
    max-height: 288px;
    overflow: hidden;
}
.solution-cj .solution-cj-top img {
    width: 100%;
    height: 100%;
}
.solution-cj .solution-cj-bot {
    font-size: 18px;
    text-align: center;
    line-height: 48px;
    color: #333333;
    margin-top: 2px;
}
/* 课程安排 */
.solution-kcap {
    position: relative;
    padding-top: 100px;
    padding-bottom: 55px;
}
.solution-kcap .solution-dec {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #828282;
    margin-bottom: 25px;
}
.solution-kcap .solution-kcap-table1,
.solution-kcap .solution-kcap-table2,
.solution-kcap .solution-kcap-table3 {
    width: 100%;
    margin-bottom: 80px;
    border-top: 2px solid #f15c18;
}
.solution-kcap .solution-kcap-table1 table,
.product-cpgg .product-cpgg-table table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}
.solution-kcap .solution-kcap-table1 table th {
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    color: #333333;
    padding: 30px 0;
    background: #f4f4f4;
}
.solution-kcap .solution-kcap-table1 table tr .td-one {
    font-size: 20px;
    text-align: center;
    background-color: #f4f4f4;
    line-height: 48px;
    color: #333333;
    width: 25%;
    border-bottom: 1px solid #fff;
}
.solution-kcap .solution-kcap-table1 .tb-two {
    width: 25%;
    padding: 30px 70px;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.solution-kcap .solution-kcap-table1 .tb-three {
    width: 50%;
}
.solution-kcap .solution-kcap-table1 .tb-two p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    font-family: "Adobe 黑体 Std";
    display: -webkit-box;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.solution-kcap .solution-kcap-table1 .tb-three p {
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    font-family: "Adobe 黑体 Std";
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.solution-tit {
    font-size: 24px;
    text-align: center;
    font-family: "Adobe 黑体 Std";
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
}
.solution-kcap .solution-kcap-table2 table {
    width: 100%;
    table-layout: fixed;
}
.solution-kcap .solution-kcap-table2 th {
    font-size: 20px;
    line-height: 48px;
    color: #333333;
    text-align: center;
    background-color: #f4f4f4;
    padding: 20px 0;
}
.solution-kcap .solution-kcap-table2 td {
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 50%;
    text-align: center;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    font-family: "Adobe 黑体 Std";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.solution-kcap .solution-kcap-table2 tr:nth-child(odd) {
    background-color: #f4f4f4;
}
/* 配套设备机器教材 */
.solution-yycj {
    padding: 100px 0;
    position: relative;
}
.solution-yycj .solution-yyjc-dec,
.solution-yycj .solution-yyjc-dec p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #828282;
}
.solution-yycj .solution-yyjc-img {
    margin-top: 60px;
}
.solution-yycj .solution-yyjc-img img {
    margin: 0 auto;
}
/* 合作机构 */
.solution-hzjg {
    position: relative;
    padding-top: 90px;
}
.solution-hzjg .solution-hzjg-ul {
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.solution-hzjg .solution-hzjg-ul li {
    width: 20%;
    border: 1px solid #dcdcdc;
}
.solution-cj1 {
    padding-top: 90px;
}
.solution-hzjg .solution-hzjg-ul .solution-hzjg-img,
.solution-hzjg .solution-hzjg-ul .solution-hhzjg-img {
    width: 100%;
    max-height: 150px;
    /* overflow: hidden; */
    display: block;
}
.solution-hzjg .solution-hzjg-ul .solution-hzjg-img.q_cursor{
    cursor: unset;
}
.solution-hzjg .solution-hzjg-ul .solution-hhzjg-img.q_cursor{
    cursor: unset;
}
.solution-hzjg .solution-hzjg-ul .solution-hhzjg-img {
    display: none;
}
.solution-hzjg .solution-hzjg-ul .solution-hzjg-img img,
.solution-hzjg .solution-hzjg-ul .solution-hhzjg-img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.solution-hzjg .solution-hzjg-ul li:hover .solution-hhzjg-img img {
    transform: scale(1.1);
    -webkit-box-shadow: 0 4px 20px -7px rgba(242, 92, 25, 0.6);
    box-shadow: 0 4px 20px -7px rgb(242 92 25 / 6);
}
.solution-hzjg .solution-hzjg-ul li:hover .solution-hhzjg-img {
    display: block;
}
.solution-hzjg .solution-hzjg-ul li:hover .solution-hzjg-img {
    display: none;
}
/* 成功案例 */
.case-list {
    position: relative;
    padding: 155px 0 90px 0;
}
.case-list .case-list-info li {
    align-items: center;
    margin-bottom: 30px;
}
.case-list .case-list-info .case-list-font,
.case-list .case-list-info .case-list-img {
    width: 50%;
}
.case-list .case-list-info .case-list-font {
    padding: 0px 60px;
    max-height: 398px;
}
.case-list .case-list-font .case-list-tit {
    padding-top: 70px;
}
.case-list .case-list-font .case-list-tit h3 {
    font-size: 26px;
    line-height: 30px;
    font-family: "Myriad Pro";
    color: #999999;
}
.case-list .case-list-font .case-list-tit h4 {
    font-size: 24px;
    line-height: 48px;
    color: #333333;
}
.case-list .case-list-font .case-list-p {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 185px;
}
.case-list .case-list-line {
    display: block;
    width: 26px;
    height: 4px;
    background-color: #333333;
}
.case-list .case-list-font .case-list-p,
.case-list .case-list-font .case-list-p p {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}
.case-list .case-list-font .case-list-p p {
    margin-top: 10px;
}
.case-list .case-list-p::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    border-radius: 20px;
}
.case-list .case-list-info .case-list-img {
    overflow: hidden;
}
.case-list .case-list-info .case-list-img .case-img-info {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}
.case-list .case-list-info .case-list-img .case-img-info img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.case-list .case-list-info .case-list-img .case-img-info:hover img {
    transform: scale(1.1);
}
/* 新闻动态 */
.new-list {
    padding-top: 95px;
    padding-bottom: 140px;
    position: relative;
}
.new-list > div {
    position: relative;
}
.new-list .swiper14 {
    margin-bottom: 20px;
    /* height: 450px; */
    position: relative;
}
.new-list .new-list-item {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #f15c18;
}
.new-list .new-swiper-list {
    width: 100%;
}
.new-list .new-swiper-img {
    width: 813px;
    /* height: 450px; */
    overflow: hidden;
}
.new-list .new-swiper-img img {
    width: 100%;
    max-height: 100%;
}
.new-list .new-swiper-font {
    width: 396px;
    max-height: 100%;
    overflow: hidden;
    padding: 0 40px;
}

.new-list .new-swiper-font time {
    font-size: 14px;
    line-height: 32px;
    font-family: "Montserrat";
    color: #ffffff;
    margin-top: 88px;
    margin-bottom: 18px;
    display: block;
}
.new-list .new-swiper-font h3 {
    font-family: "微软雅黑";
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}
.new-list .new-swiper-font .new-swiper-dec {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.7;
}
.new-list .new-swiper-img img {
    width: 100%;
}
.new-list .new-ul {
    position: relative;
}
.new-list .new-ul .new-ul-form {
    position: absolute;
    right: 0;
    top: 0;
    float: left;
}
.new-list .new-ul form {
    width: 100%;
}
.new-list .new-ul .new-ul-form input {
    width: 396px;
    height: 60px;
    padding: 0 10px;
    font-size: 14px;
    border-top: solid 2px #c6c7cb;
    border-left: solid 2px #c6c7cb;
    border-bottom: solid 2px #c6c7cb;
    border-right: none;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}
.new-list .new-ul .submit {
    width: 120px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
    cursor: pointer;
    border: none;
    background: url(../images/news/ne-ssicon.png) #333333 no-repeat center center;
}
.new-list .new-ul .new-ul-list {
    flex-wrap: wrap;
    padding-top: 80px;
}
.new-list .new-ul .new-ul-list .new-ul-font {
    padding: 30px 44px;
    height: 180px;
    transition: all 0.3s;
}
.new-list .new-ul .new-ul-list li {
    width: 33%;
    margin-bottom: 60px;
    margin-right: 6px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    background: #fff;
}
.new-list .new-ul .new-ul-list li:nth-child(3n) {
    margin-right: 0px;
}
.new-list .new-ul .new-ul-list li:hover {
    -webkit-box-shadow: 0 55px 100px -39px rgb(242 92 25 / 60%);
    box-shadow: 0 55px 100px -60px rgb(242 92 25);
}
.new-list .new-ul .new-ul-list li:hover .new-ul-font {
    height: 220px;
}
.new-list .new-ul .new-ul-list .new-ul-img {
    width: 100%;
    max-height: 260px;
    overflow: hidden;
    transition: all 0.3s;
}
.new-list .new-ul .new-ul-list .new-ul-img img {
    width: 100%;
    height: 100%;
}
.new-list .new-ul .new-ul-list li:hover .new-ul-img {
    max-height: 200px;
}
.new-list .new-ul .new-ul-list .new-ul-tit {
    font-family: "微软雅黑";
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
}
.new-list .new-ul .new-ul-list .new-ul-dec {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    font-family: "微软雅黑";
    height: 45px;
    opacity: 0;
    transition: all 0.3s;
}
.new-list .new-ul .new-ul-list time {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 32px;
    color: #999999;
    transition: all 0.3s;
    display: block;
}
.new-list .new-ul .new-ul-list li:hover .new-ul-dec {
    opacity: 1;
}
.new-list .new-ul .new-ul-list li:hover .new-ul-dec {
    margin-top: 15px;
}
.new-list .new-ul .new-ul-list li:hover time {
    margin-top: 25px;
}
.new-list .loadmore {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    border: solid 2px #f15c18;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    color: #333333;
    margin: 0 auto;
}
.new-list .swiper-container-horizontal > .swiper-pagination-bullets,
.new-list .swiper-pagination-custom,
.new-list .swiper-pagination-fraction {
    right: 203px;
    left: auto;
    bottom: 80px;
    width: 150px;
}

.new-list .swiper-pagination-bullet {
    background: #ffb320 !important;
    width: 6px;
    height: 6px;
    border-radius: unset;
    opacity: 0.6;
    float: left;
}
.new-list .swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
}
/* 新闻详情 */
.new-list .new-info-cont {
    width: 70%;
    padding-right: 90px;
}
.new-list .new-share {
    position: absolute;
    right: 0px;
    top: 115px;
    z-index: 9;
}
.new-list .new-share .bdsharebuttonbox {
    position: absolute;
    bottom: 100%;
    width: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 10px;
    pointer-events: none;
}
.new-list .new-share:hover .bdsharebuttonbox {
    pointer-events: auto;
}
.new-list .new-share .share-toggle {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/news/ne-jhicon.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.new-list .new-share .bdsharebuttonbox a {
    display: block;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-position: center center;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
}
.new-list .new-share .bdsharebuttonbox a.icon-qq {
    background-image: url(../images/news/ne-qqicon.png);
}
.new-list .new-share .bdsharebuttonbox a.icon-weibo {
    background-image: url(../images/news/ne-wbicon.png);
}
.new-list .new-share .bdsharebuttonbox a.icon-wechat {
    background-image: url(../images/news/ne-wxicon.png);
}
/* .new-list .new-share:hover .share-toggle {
    -webkit-box-shadow: 0 10px 15px -5px #f15c18;
    box-shadow: 0 10px 15px -5px #f15c18;
} */
.new-list .new-share:hover .bdsharebuttonbox a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.new-list .new-share:hover .bdsharebuttonbox a.icon-qq {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.new-list .new-share:hover .bdsharebuttonbox a.icon-weibo {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.new-list .new-share:hover .bdsharebuttonbox a.icon-wechat {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.new-list .new-info-hot {
    width: 30%;
    overflow: hidden;
}
.new-list .new-info-tit {
    padding: 18px 0 18px 30px;
    position: relative;
}
.new-list .new-info-line {
    height: 1px;
    width: 100%;
    background-color: #e4e4e4;
    display: block;
    margin-top: 28px;
    position: relative;
}
.new-list .new-info-tit::before {
    width: 5px;
    height: 116px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/news/ne-lxt.jpg) no-repeat center center;
}
.new-list .new-info-tit h3 {
    font-size: 28px;
    font-family: "思源黑体 CN";
    line-height: 38px;
    letter-spacing: -1px;
    color: #444444;
}
.new-list .new-info-tit .new-info-time {
    margin-top: 13px;
}
.new-list .new-info-tit .new-info-time time {
    font-size: 16px;
    line-height: 38px;
    font-family: "Montserrat";
    color: #444444;
    margin-right: 30px;
}
.new-list .new-info-tit .new-info-time .new-read img,
.new-list .new-info-tit .new-info-time .new-read p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 38px;
    font-family: "思源黑体 CN";
    color: #444444;
}
.new-list .new-info-tit .new-info-time .new-read p span {
    font-size: 16px;
    font-family: "Montserrat";
    color: #444444;
}
.new-list .new-info-dec {
    padding-right: 50px;
}
.new-list .new-info-dec img {
    margin: 0 auto;
}
.new-list .new-info-dec p {
    font-family: "思源黑体 CN";
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
    color: #828282;
    margin-top: 30px;
}
.new-list .new-info-hot {
    position: relative;
    max-width: 360px;
    transition: all 0.5s;
    z-index: 3;
}
.new-list .new-info-hotfixed {
    position: fixed;
    top: 77px;
    right: 355px;
}
.new-list .new-info-hot .new-hot-tit {
    background-color: #f15c18;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-family: "Adobe 黑体 Std";
    line-height: 36px;
    color: #ffffff;
}
.new-list .new-info-hot .swiper15 .swiper-slide {
    padding: 20px;
    background: #ffffff;
}
.new-list .new-info-hot .new-hot-img {
    width: 100%;
    margin-bottom: 25px;
}
.new-list .new-info-hot .new-hot-img img {
    width: 100%;
    margin: 0 auto;
}
.new-list .new-info-hot .new-hot-font .new-hot-h3 {
    font-family: "思源黑体 CN";
    font-size: 20px;
    line-height: 26px;
    color: #363636;
}
.new-list .new-info-hot .new-hot-font .new-hot-dec {
    font-family: "思源黑体 CN";
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    margin-top: 20px;
}
.new-list .new-info-hot .new-hot-font time {
    font-size: 16px;
    font-family: "Montserrat";
    line-height: 30px;
    color: #525252;
    margin-top: 15px;
    display: inline-block;
}
.new-list .new-info-hot .swiper-button-next,
.new-list .new-info-hot .swiper-button-prev {
    top: 36px;
}
.new-list .new-info-hot .swiper-button-next {
    background: url(../images/news/ne-next.png) no-repeat center center;
}
.new-list .new-info-hot .swiper-button-prev {
    background: url(../images/news/ne-prev.png) no-repeat center center;
    left: 270px;
}
.new-list .swiper-button-next:after,
.new-list .swiper-container-rtl .swiper-button-prev:after,
.new-list .swiper-button-prev:after,
.new-list .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
.new-list .new-list .new-info-page {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 85px;
}
.new-list .new-info-page a {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-family: "Adobe 黑体 Std";
    font-size: 14px;
    padding: 30px 0;
    color: #333333;
}
.new-list .new-info-page a:last-child {
    text-align: right;
}
.new-list .new-info-page a span {
    font-family: "Adobe 黑体 Std";
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.new-list .new-info-page a:hover,
.new-list .new-info-page a:hover span {
    color: #f15c18;
}
/* 加入我们 */
.join-list {
    padding: 100px 0 40px 0;
    position: relative;
}
.insrecruit-list {
    padding: 20px 0 0;
}

.insrecruit-list ul {
    padding: 0 0 20px;
}

.insrecruit-list li {
    padding: 0 0 10px;
    transition: all 0.5s;
}

.insrecruit-list li:hover .rectue-top,
.insrecruit-list li.cur .rectue-top {
    background-color: #f15c18;
    border-color: #f15c18;
}

.insrecruit-list li:hover .rectue-top span,
.insrecruit-list li.cur .rectue-top span {
    color: #fff;
}

.insrecruit-list li:hover .rectue-top .date,
.insrecruit-list li.cur .rectue-top .date {
    background-image: url(../image/about/jo-hsjicon.png);
}

.insrecruit-list li.cur .rectue-top .icon em {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.insrecruit-list .rectue-top {
    border: 1px solid #e5e5e5;
    padding: 30px 510px 30px 40px;
    color: #333;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.insrecruit-list .rectue-top span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #323232;
}

.insrecruit-list .rectue-top .pnum,
.insrecruit-list .rectue-top .loac {
    color: #929292;
}

.insrecruit-list .rectue-top .date {
    background: url(../images/about/jo-sjicon.png) no-repeat 0 center;
    padding-left: 28px;
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: auto;
    margin-right: 0;
}

.insrecruit-list .rectue-top .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}

.insrecruit-list .rectue-top .icon em {
    position: absolute;
    background: #bfbfbf;
    width: 20px;
    height: 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    top: 50%;
}

.insrecruit-list .rectue-top .icon em:nth-child(2) {
    width: 1px;
    height: 20px;
    left: 50%;
    top: 0;
}

.insrecruit-list .rectue-min {
    padding: 50px 40px;
    color: #757575;
    display: none;
    background: #f1f1f1;
    position: relative;
}

.insrecruit-list .rectue-min .desc {
    padding: 0 0 10px;
}

.insrecruit-list .rectue-min h3 {
    color: #333333;
    padding: 0 0 5px;
}

.insrecruit-list .rectue-send {
    padding: 10px 0 0;
}

.insrecruit-list .rectue-send a {
    width: 156px;
    height: 57px;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 57px;
    color: #ffffff;
    position: absolute;
    right: 40px;
    bottom: 70px;
    background: url(../images/about/jo-dticon.png) #f15c18 no-repeat 15% center;
    transition: all 0.3s;
}
.insrecruit-list .rectue-send a:hover {
    -webkit-box-shadow: 0 10px 30px -6px #f15c18;
    box-shadow: 0 10px 30px -6px #f15c18;
}
@media (min-width: 1024px) {
    .insrecruit-list {
        padding: 0 0 58px;
    }
    .insrecruit-list ul {
        padding: 0 0 40px;
    }
    .insrecruit-list .rectue-top {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
        padding: 30px 510px 30px 38px;
    }
    .insrecruit-list .rectue-top span {
        margin-bottom: 0;
    }
    .insrecruit-list .rectue-top .date {
        right: 250px;
    }
    .insrecruit-list .rectue-top .icon {
        width: 36px;
        height: 36px;
        right: 40px;
    }
    .insrecruit-list .rectue-top .icon em {
        width: 36px;
    }
    .insrecruit-list .rectue-top .icon em:nth-child(2) {
        width: 1px;
        height: 36px;
    }
    .insrecruit-list .rectue-min {
        padding: 50px 40px;
        line-height: 24px;
    }
    .insrecruit-list .rectue-min .desc {
        padding: 0 0 30px 0;
        line-height: 26px;
        color: #828282;
    }
    .insrecruit-list .rectue-min h3 {
        padding: 0 0 10px;
    }
    .insrecruit-list .rectue-send {
        padding: 0;
    }
}

@media (min-width: 1260px) {

    header.headerbgm .headfixed .logo1{
        /* display: block; */
    }

    /* header.headerbgm .headfixed2 .logo1{
        display: none;
    } */
    header.headerbgm .headfixed2 .logo{
        display: none;
    }
    .insrecruit-list {
        margin-top: 40px;
    }
    .insrecruit-list ul {
        padding-bottom: 55px;
    }
}
.insrecruit-list .desc .dec-h3 {
    font-size: 18px;
    line-height: 60px;
    color: #282828;
}
.insrecruit-list .desc .dec-margintop {
    margin-top: 50px;
}
.insrecruit-list .load-more {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    border: solid 2px #f15c18;
    margin: 0 auto;
}
.insrecruit-list .load-more a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #333333;
}
.join-list .join-list-tit h3 {
    font-size: 34px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #333333;
    text-align: center;
}
.join-list .join-list-tit .join-tit-p {
    margin-top: 6px;
}
.join-list .join-list-tit .join-tit-p p {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #828282;
}
.insrecruit-list .rectue-top .name {
    width: 30%;
}
/* 服务支持 */
.support-list {
    padding: 100px 0;
}
.support-list .support-tit {
    font-size: 34px;
    color: #333;
    text-align: center;
}
.support-list .support-ul li {
    padding: 35px 70px;
    width: 49%;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
    position: relative;
    background: #fff;
    transition: all 0.5s;
}
.support-list .support-ul {
    flex-wrap: wrap;
    margin-top: 30px;
}
.support-list .support-img {
    width: 41%;
    overflow: hidden;
}
.support-list .support-img img {
    max-width: 153px;
    max-height: 216px;
}
.support-list .support-img img {
    width: 100%;
}
.support-list .support-font {
    width: 59%;
    padding-left: 50px;
}
.support-list .support-font .support-h3 {
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
}
.support-list .support-font .support-dec {
    font-size: 18px;
    color: #828282;
    height: 50px;
    line-height: 25px;
}
.support-list .support-font .support-down {
    background: #e5e5e5;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    display: block;
    transition: all 0.5s;
    margin-top: 10px;
}
.support-list .support-font .support-down img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.support-list .support-ul li::before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 3px;
    background: #f25c19;
    transition: all 0.5s;
}
.support-list .support-ul li:hover {
    background: rgba(246, 246, 246, 0.8);
}
.support-list .support-ul li:hover::before {
    width: 100%;
}
.support-list .support-ul li:hover .support-h3 {
    color: #f25c19;
}
.support-list .support-ul li:hover .support-down {
    background: #f25c19;
}
.support-list .more-down {
    border-radius: 10px;
    display: block;
    background: #fff;
    border: 2px solid #f15c18;
    text-align: center;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333333;
    margin: 50px auto 0 auto;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
    color: #000;
    position: absolute;
    bottom: 10px;
    left: 40%;
    z-index: 9;
}
.nav-item a {
    color: #000;
}
.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}


/*搜索样式*/
.search_container{padding: 60px 0;}
.searchtitle401 {
    margin-bottom: 30px;
    font-size: 24px;
    padding: 28px 15px;
    background-color: #f2f2f2;
}
.searchinputcont401 input,.searchinputcont401 button{border: none;}
.searchinputcont401 {
    width: 45%;
    margin: 0 auto;
}
.searchinputcont401 dt {
    float: left;
    width: 78%;
}
.searchinputcont401 dd {
    float: left;
    width: 22%;
}
.searchinputcont401 dt input {
    font-size: 16px;
}
.searchinputcont401 dt input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #333333;
    background-color: #ffffff;
    font-family: "Microsoft YaHei";
}
.noimgbox{width: 100% !important;}
.searchinputcont401 dd input {
    font-size: 16px;
    font-weight: bold;
}

.searchinputcont401 dd input {
    margin-top: 0;
}
.searchinputcont401 dd input {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
    background-color: #f25c19;
    text-align: center;
    font-family: "Microsoft YaHei";
}
.clearfloat::after{display: block;content: "";clear: both;}
.search_list .item{padding: 18px 0;border-bottom: 1px solid #eee;}
.search_list .item h2{margin-bottom: 20px;}
.search_list .item h2 a{font-size: 20px;margin-bottom: 20px;color: #333;}
.search_list .item h2 a br{display: none;}
.searchimg401{
    float: left;
    margin-right: 30px;
    display: block;
    width: 200px;
    overflow: hidden;
}
.search_list .item img {
    display: block;
    width: 100%;
    margin-bottom: 2%;
}
.search_list .item img {
    width: 100%;
}
.resulttext401 {
    overflow: hidden;
    height: 72px;
    color: #999;
}
.searchbox{float: left;width: calc(100% - 250px);}
.resultlabel401 {
    color: #999;
    display: inline-block;
    padding-top: 20px;

}
.resultlabel401 a{color: #333 !important;}
.search_list .item:first-child{border-top: 1px solid #eee;}

@media (max-width: 768px){
    .search_container{padding: 40px 0;}
    .searchtitle401 {
        padding: 15px 15px;
    }
    .searchinputcont401 {
        width: 98%;
    }
    .searchimg401 {
        float: none;
        width: 100%;
    }
    .searchbox {
        width: 100%;
    }
    .search_list .item h2{margin-top: 10px;margin-bottom: 10px;}
    .search_list .item h2 a{font-size: 16px;}
    .resulttext401{height: auto;}
    .product-fa .product-fa-right .product-fa-item {
        height: 190px;
        background-image: url(../images/product/pro-hfabgm.jpg);
    }
}

















/* 左侧边栏 */
.right-flex {
    width: 45px;
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 10;
    height: auto;
    margin-top: -201px
}

.right-flex ul {
    width: 100%
}

.right-flex li {
    margin-bottom: 5px;
    position: relative;
    width: 45px;
    height: 45px;
    float: right;
    line-height: 45px;
    background: #F25C19;
    transition: width .3s, background .3s, margin .3s
}

.right-flex li .ico {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    transition: right .3s
}

.right-flex li a {
    display: block;
    width: 100%;
    height: 100%
}

.right-flex li p {
    font-size: 15px;
    color: #fff;
    line-height: 45px;
    padding: 0 20px;
    transition: transform .3s
}

.right-flex li.one {
    width: 140px;
    margin-right: -95px
}

.right-flex li.one .ico,
.right-flex li.two .ico,
.right-flex li.li-three .ico,
.right-flex li.li-four .ico {
    left: 0
}

.right-flex li.one p,
.right-flex li.two p,
.right-flex li.li-three p,
.right-flex li.li-four p {
    padding: 0 20px 0 45px
}

.right-flex li.two {
    width: 200px;
    margin-right: -155px
}
.right-flex li .ico.ico02 {
    background: url(../images/in-dhicon.png) no-repeat center
}

.right-flex li .ico.ico03 {
    background: url(../images/in-wxicon.png) no-repeat center
}

.right-flex li .ico.ico08 {
    background: url(../images/in-zdicon.png) no-repeat center
}
.solution-ys-cont_box{
    background-color: #f2f3f5;
}

.index_product{
  padding: 0 0 100px;
  background-color: transparent;
}

@media(min-width:1025px) {
    .right-flex li:hover {
        width: 55px;
        background: #FF3B0D;
    }
    .right-flex li:hover .ico,
    .right-flex li.one:hover .ico,
    .right-flex li.two:hover .ico,
    .right-flex li.li-three:hover .ico,
    .right-flex li.li-four:hover .ico{
        right: 0;
        left: auto
    }
    .right-flex li.one:hover {
        margin-right: 0;
        width: 140px
    }
    .right-flex li.two:hover {
        margin-right: 0;
        width: 200px
    }
    .right-flex li.li-three:hover {
        margin-right: 0;
        width: 275px
    }
    .right-flex li.li-four:hover {
        margin-right: 0;
        width: 200px;
    }
    .right-flex li.one:hover p,
    .right-flex li.two:hover p,
    .right-flex li.li-three:hover p{
        padding: 0 20px;
    }
    .right-flex li.li-four:hover p{
        padding: 0 48px 0 0;
    }
}
@media(max-width:750px) {
    .index_product{
  padding: 20px 10PX;
}
    .right-flex .two,.right-flex .li-four{
        display: none !important;
    }
    .solution-ys .solution-ys-cont{
        margin-top: 0;

    }
    .solution-ys-cont_box{
        background-color: #fff;
    }
}

.login-info .login-ul .login-input .error_txt{
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    font-size: 12px;
    color: #ff0000;
    left: 0;
}
.login-info .login-ul .login-input.error .error_txt{
    display: block;
}
.login-info .login-ul .login-input.error input{
    border: 1px solid #ff0000;
}


.pro-list .pro-ul li:hover .pro-ul-hicon{
    display: block;
}

.pro-list .pro-ul li:hover .pro-ul-icon{
    
}

.pro-ul-hicon{
    display: none;
}



.popupBox1 {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    height: 745px;
    background: #fff;
    z-index: 999;
    border-top: 5px solid #f25c19;
}
.popupBox1 .close1 {
    position: absolute;
    top: 15px;
    right: 60px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/solution/so-scicon.png) no-repeat center center;
}
.popupBox1 .popcont {
    padding: 0 60px;
}
.popupBox1 .popcont .pop-tit {
    font-size: 32px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    padding: 30px 0 25px 0;
}
.popupBox1 .pop-xt {
    margin-bottom: 30px;
}
.popupBox1 .pop-form .pop-form-ul {
    flex-wrap: wrap;
}
.popupBox1 .pop-form .pop-form-ul li .error_txt{
    position: absolute;
    top: calc(100% + 1px);
    color: #ff0000;
    font-size: 12px;
    left: 90px;
    display: none;
}
.popupBox1 .pop-form .pop-form-text li .error_txt{
    position: absolute;
    top: calc(100% + 1px);
    color: #ff0000;
    font-size: 12px;
    left: 90px;
    display: none;
}
.popupBox1 .pop-form .pop-form-text li {
    position: relative;
}
.popupBox1 .pop-form .pop-form-ul li {
    width: 47.5%;
    margin-bottom: 15px;
    position: relative;
}

.popupBox1 .pop-form .pop-form-text li.error .error_txt{
    display: block;
}
.popupBox1 .pop-form .pop-form-ul li.error .error_txt{
    display: block;
}

.popupBox1 .pop-form .pop-form-ul li.error input,.popupBox1 .pop-form .pop-form-text li.error textarea{
    border: 1px solid #ff0000;
}

.popupBox1 .pop-form .pop-form-ul li label,
.popupBox1 .pop-form .pop-form-text li label,
.popupBox1 .pop-form .pop-form-yzm li label {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: inline-block;
    width: 90px;
}
.popupBox1 .pop-form .pop-form-ul li label span,
.popupBox1 .pop-form .pop-form-text li label span,
.popupBox1 .pop-form .pop-form-yzm li label span {
    color: #ff0000;
}
.popupBox1 .pop-form .pop-form-ul li input {
    width: 416px;
    height: 49px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    padding: 0 10px;
}
.popupBox1 .pop-form .pop-form-text textarea {
    width: 986px;
    height: 200px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    padding: 10px;
}
.popupBox1 .pop-form .pop-form-text li label {
    vertical-align: top;
}
.popupBox1 .pop-form .pop-form-yzm {
    margin-top: 15px;
}
.popupBox1 .pop-form .pop-form-yzm input {
    width: 416px;
    height: 49px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
    padding: 0 10px;
}
.popupBox1 .pop-form .pop-form-yzm li:first-child {
    margin-right: 12px;
}
.popupBox1 .pop-form .pop-form-yzm .pop-yzm {
    max-width: 116px;
    max-height: 49px;
    background-color: #efefef;
    border-radius: 4px;
}
.popupBox1 .pop-form .submit {
    width: 186px;
    height: 60px;
    background-color: #f25c19;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    margin-left: 95px;
    cursor: pointer;
}

.private_box{
    width: 100%;
    height: 100%;
    display: none;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
}
.private_box img{
    width: 100%;
}

.btn-login.btn-private .private_box{
    display: block;
}
.btn-login.btn-private .login_txt{
    display: none;
}
.btn-login.btn-private{
    width: auto;
    padding:0 15px;
    height: auto;
    border-radius: 25px;
}

.banner-img .swiper-video .swiper-font-h3 {
    top: 38%;
    left: 55%;
    transform: translate(-55%,-38%);
}


.product-pz .swiper-slide, .product-xgcp .swiper-slide {
    width: 32%;
    margin-right: 25px;
}

.solution-ys .swiper12 .swiper-slide {
    width: 32.2%;
    margin-right: 20px;
}

.product-list .needFixedTop {
    width: 100%;
    max-width: initial;
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transition: all 0.5s;
}

.solution-gs .swiper11 .swiper-slide{  width: 20%;margin-right: 50px;}
.product-cg .product-cg-swiper .swiper-slide .swiper-cont .animgbox_box:hover img{
    transform: scale(1.2);
}

/* 登录成功页面头部*/
.Dl-hear .headfixed2 .headfixed {
    background: #fff;
    box-shadow: 0 1px 4px 1px transparent;
}
.Dl-hear .headfixed2 .headfixed .menu-list > ul > li > a,
.Dl-hear .headfixed2 .headfixed .mobile-nav-box > ul > li > a {
    color: #333;
}
.Dl-hear .headfixed2 .headfixed .btn-login,
.Dl-hear .headfixed2 .headfixed .btn-search {
    background: #333;
}
.Dl-hear .headfixed2 .headfixed .btn-login a,
.Dl-hear .headfixed2 .headfixed .btn-login span {
    color: #666666;
}
.Dl-hear .headfixed2 .headfixed .header-button {
    background: url(../images/index/in-ssicon.png) no-repeat center center;
}
.Dl-hear .headfixed2 .headfixed .btn-login a:hover {
    color: #f25c19;
}
.Dl-hear .headfixed2 .headfixed .logo {
    display: block !important;
}
.Dl-hear .headfixed2 .logo1 {
    display: none !important;
}

/* 分享样式 */

.bd_weixin_popup_bg{position:absolute;left:-400px;top:-400px;width:260px;height:320px;border:0;padding:0;margin:0;opacity:0;filter:alpha(opacity=0);z-index:11000}
.bd_weixin_popup{position:absolute;left:-400px;top:-400px;padding:10px;width:240px;height:300px;background:#fff;border:solid 1px #d8d8d8;z-index:11001;font-size:12px}
.bd_weixin_popup .bd_weixin_popup_head{font-size:12px;font-weight:bold;text-align:left;line-height:16px;height:16px;position:relative;color:#000}
.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close{width:16px;height:16px;position:absolute;right:0;top:0;color:#999;text-decoration:none;font-size:16px}
.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close:hover{text-decoration:none}
.bd_weixin_popup .bd_weixin_popup_main{padding:15px 10px;min-height:150px;_height:150px}
.bd_weixin_popup .bd_weixin_popup_foot{font-size:12px;text-align:left;line-height:22px;color:#666}

.bdshare-button-style0-16 .bds_qzone{background-position:0 -52px}
.bdshare-button-style0-16 .bds_tqq{background-position:0 -260px}
.bdshare-button-style0-16 .bds_sqq{background-position:0 -2652px}
.bdshare-button-style0-16 .bds_weixin{background-position:0 -1612px}
.bdshare-button-style0-16{zoom:1}
.bdshare-button-style0-16:after{content:".";visibility:hidden;display:block;height:0;clear:both}
.bdshare-button-style0-16 a,.bdshare-button-style0-16 .bds_more{float:left;font-size:12px;padding-left:17px;line-height:16px;height:16px;background-image:url(../images/icons_0_16.png?v=d754dcc0.png);background-repeat:no-repeat;cursor:pointer;margin:6px 6px 6px 0}
.bdshare-button-style0-16 a:hover{color:#333;opacity:.8;filter:alpha(opacity=80)}
.bdshare-button-style0-16 .bds_more{color:#333;float:left}
.bdshare-button-style0-16 .bds_count{color:#333;background:url(../images/sc.png?v=a970ff04.png) no-repeat 0 -30px;width:42px;height:16px;padding:0;margin:6px 0 0;text-align:center}
.bdshare-button-style0-16 .bds_count:hover{background-position:-42px -30px}
.bdshare-button-style0-16 .bds_button_image{float:left;cursor:pointer;margin:6px 6px 0 0;height:auto;padding:0}
.bdshare-button-style0-16 .bdshare_button_count{background:url(../images/sc.png?v=a970ff04.png) no-repeat 0 0;width:44px;height:24px;line-height:24px}
.bdshare-button-style0-16 .bdshare_button_count:hover{background-position:-44px 0}
.bds_tfh,.bds_baidu,.bds_qq,.bds_msn,.bds_sohu,.bds_qy,.bds_leho,.bds_ifeng,.bds_ff,.bds_tuita,.bds_ms,.bds_deli,.bds_s51,.bds_t163,.bds_share189,.bds_xg,.bds_s139{display:none}

#img1 .exit_popup{position:absolute;right:10px;top:10px;border-radius:50%;background-color:rgba(0,0,0,0.6);width:30px;height:30px;transform:rotateZ(45deg);cursor:pointer;}

#img1 .exit_popup:after{content:' ';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;width:20px;height:2px;border-radius:2px;}
#img1 .exit_popup:before{content:' ';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;height:20px;width:2px;border-radius:2px;}
/*// 视频弹窗样式*/
.PopupVideoBox{position:fixed;z-index:9999; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none;}
.PopupVideo{position: absolute;left:50%; width: 100%; top: 50%; max-width:1000px; transform: translate(-50%,-50%); padding: 0px 25px;height:70%}
.PopupVideo video{width: 100%;}
.PopupVideo iframe{width: 100%; height:700px;}
.closeVideo{position: absolute; right: 25px; top: -25px; width: 22px; height: 22px; cursor: pointer; transform:rotate(-45deg);}
.closeVideo::after{content: ''; display: block;position: absolute; width: 2px; height: 100%; background: #fff; left:50%; transform: translateX(-50%);}
.closeVideo::before{ content: '';display: block;position: absolute;width:100%; height:2px; background: #fff; top: 50%; transform: translateY(-50%);}
.about-list .about-gs-img::before{
    content:' ';
    width: 64px;
    height: 64px;
    background: url(../images/Lswitch.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}

.about-list .about-gs{padding-top:80px;}
.about-list .about-gs:first-child{padding-top:0;}

.mText{display:none; font-size:12px;}

